Temporarily disable fail-fast so we can see all failures

This commit is contained in:
hugovk 2014-09-05 13:04:26 +03:00
parent 8dad2b0c63
commit 19f13c2bdd

View File

@ -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