We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bd767 commit b9706a7Copy full SHA for b9706a7
.travis.yml
@@ -13,10 +13,9 @@ before_install:
13
install:
14
- pip install --upgrade setuptools
15
- pip install pytest pytest-xdist git+https://github.com/pypa/virtualenv@develop#egg=virtualenv scripttest>=1.3 mock
16
-# Using -n 16 because multiprocessing says a travis box has 16 CPUs
17
script:
18
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then py.test -v; fi"
19
- - "if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then py.test -v -n 16; fi"
+ - "if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then py.test -v -n 8; fi"
20
notifications:
21
irc: "irc.freenode.org#pip"
22
branches:
0 commit comments