mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Temporarily disable fail-fast so we can see all failures
This commit is contained in:
parent
8dad2b0c63
commit
19f13c2bdd
|
@ -39,7 +39,7 @@ script:
|
||||||
- coverage run --append --include=PIL/* selftest.py
|
- coverage run --append --include=PIL/* selftest.py
|
||||||
# FIXME: re-add -x option to fail fast
|
# 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 -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