diff --git a/.travis.yml b/.travis.yml index 6226e5470..c1e95f87f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,9 @@ script: - CFLAGS="-coverage" python setup.py build_ext --inplace - 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: # gather the coverage data