mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +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
|
||||
# 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:
|
||||
# gather the coverage data
|
||||
|
|
Loading…
Reference in New Issue
Block a user