mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Re-enable fail fast for tests
This commit is contained in:
parent
337b222438
commit
ba696ab7f8
|
@ -37,9 +37,7 @@ script:
|
||||||
- CFLAGS="-coverage" python setup.py build_ext --inplace
|
- CFLAGS="-coverage" python setup.py build_ext --inplace
|
||||||
|
|
||||||
- coverage run --append --include=PIL/* selftest.py
|
- coverage run --append --include=PIL/* selftest.py
|
||||||
# FIXME: re-add -x option to fail fast
|
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
|
||||||
# - coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
|
|
||||||
- coverage run --append --include=PIL/* -m nose -v Tests/test_*.py
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
# gather the coverage data
|
# gather the coverage data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user