mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-06 21:40:09 +03:00
Remove parallel tests to benchmark serial times
This commit is contained in:
parent
1fc4be3eff
commit
bdd610af9a
|
@ -29,7 +29,8 @@ script:
|
||||||
- coverage erase
|
- coverage erase
|
||||||
- python setup.py clean
|
- python setup.py clean
|
||||||
- python setup.py build_ext --inplace
|
- python setup.py build_ext --inplace
|
||||||
- $TEST_CMD
|
- coverage run --append --include=PIL/* selftest.py
|
||||||
|
- python Tests/run.py --coverage
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coverage report
|
- coverage report
|
||||||
|
@ -38,10 +39,6 @@ after_success:
|
||||||
- pep8 PIL/*.py
|
- pep8 PIL/*.py
|
||||||
- pyflakes PIL/*.py
|
- pyflakes PIL/*.py
|
||||||
|
|
||||||
env:
|
|
||||||
- TEST_CMD="coverage run --append --include=PIL/* selftest.py"
|
|
||||||
- TEST_CMD="python Tests/run.py --coverage"
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user