Re-enable fail-fast

This commit is contained in:
Hugo 2014-09-22 18:26:53 +03:00
parent 9ec58dad82
commit bfaffaefa0

View File

@ -37,9 +37,7 @@ script:
- CFLAGS="-coverage" python setup.py build_ext --inplace
- coverage run --append --include=PIL/* selftest.py
# Temporarily remove 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