mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 04:50:09 +03:00
Run tests in different jobs: http://docs.travis-ci.com/user/speeding-up-the-build/#Parallelizing-your-builds-across-virtual-machines
This commit is contained in:
parent
7ba5962512
commit
7eb1ccb1d6
|
@ -29,8 +29,7 @@ script:
|
|||
- coverage erase
|
||||
- python setup.py clean
|
||||
- python setup.py build_ext --inplace
|
||||
- coverage run --append --include=PIL/* selftest.py
|
||||
- python Tests/run.py --coverage
|
||||
- $TEST_CMD
|
||||
|
||||
after_success:
|
||||
- coverage report
|
||||
|
@ -39,6 +38,10 @@ after_success:
|
|||
- pep8 PIL/*.py
|
||||
- pyflakes PIL/*.py
|
||||
|
||||
env:
|
||||
- TEST_CMD=coverage run --append --include=PIL/* selftest.py
|
||||
- TEST_CMD=python Tests/run.py --coverage
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "pypy"
|
||||
|
|
Loading…
Reference in New Issue
Block a user