Temporarily remove fail-fast

This commit is contained in:
Hugo 2014-09-22 10:38:50 +03:00
parent 0ccc445ebf
commit ec3f1a5681

View File

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