From bfaffaefa0c9d42edf64393e96ed4b7195bbe1e6 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 22 Sep 2014 18:26:53 +0300 Subject: [PATCH] Re-enable fail-fast --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1e95f87f..6226e5470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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