diff --git a/.travis.yml b/.travis.yml index 2ce1827e5..b89406fc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ script: - 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 -vx Tests/test_*.py + - coverage run --append --include=PIL/* -m nose -v Tests/test_*.py after_success: # gather the coverage data