Re-enable fail fast for tests

This commit is contained in:
hugovk 2014-09-14 21:46:55 +03:00
parent 337b222438
commit ba696ab7f8

View File

@ -37,9 +37,7 @@ script:
- CFLAGS="-coverage" python setup.py build_ext --inplace
- 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 -v Tests/test_*.py
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
after_success:
# gather the coverage data