Skip to content

Commit b9706a7

Browse files
committed
16 processes seems to make PyPy very slow
1 parent 67bd767 commit b9706a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ before_install:
1313
install:
1414
- pip install --upgrade setuptools
1515
- 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
1716
script:
1817
- "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"
18+
- "if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then py.test -v -n 8; fi"
2019
notifications:
2120
irc: "irc.freenode.org#pip"
2221
branches:

0 commit comments

Comments
 (0)