1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.travis.yml
Donald Stufft ea40625ed4 Drop PyPy from the de-bundling tests
PyPy isn't often packages by downstream, and even when it it is
it's often not got a pip package to go with it, and if it does
then it's probably not very likely that this code will fail on
PyPy but not on CPython 2.7.

So we'll just drop them so that the tests complete faster.
2014-12-13 21:55:47 -05:00

33 lines
928 B
YAML

language: python
env:
- TOXENV=pep8
- TOXENV=py3pep8
- TOXENV=docs
- TOXENV=packaging
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=py27 VENDOR=no
- TOXENV=py34 VENDOR=no
- TOXENV=py27 VENDOR=no WHEELS=yes
- TOXENV=py34 VENDOR=no WHEELS=yes
install: .travis/install.sh
script: .travis/run.sh
notifications:
irc:
channels:
# This is set to a secure variable to prevent forks from notifiying the
# IRC channel whenever they fail a build. This can be removed when travis
# implements https://github.com/travis-ci/travis-ci/issues/1094.
# The actual value here is: irc.freenode.org#pypa-dev
- secure: "zAlwcmrDThlRsZz7CPDGpj4ABTzf7bc/zQXYtvIuqmSj0yJMAwsO5Vx/+qdTGYBvmW/oHw2s/uUgtkZzntSQiVQToKMag2fs0d3wV5bLJQUE2Si2jnH2JOQo3JZWSo9HOqL6WYmlKGI8lH9FVTdVLgpeJmIpLy1bN4zx4/TiJjc="
use_notice: true
skip_join: true