Skip to content

Commit

Permalink
Spread test run among five processes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 3, 2015
1 parent b47595c commit 07a2ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script:
- CFLAGS="-coverage" python setup.py build_ext --inplace

- coverage run --append --include=PIL/* selftest.py
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py --processes=4 --process-timeout=600
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py --processes=5 --process-timeout=600

after_success:
# gather the coverage data
Expand Down

0 comments on commit 07a2ac6

Please sign in to comment.