diff --git a/.travis.yml b/.travis.yml index 24eb977a8..3af69464f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,8 @@ after_success: - pyflakes PIL/*.py env: - - TEST_CMD=coverage run --append --include=PIL/* selftest.py - - TEST_CMD=python Tests/run.py --coverage + - TEST_CMD="coverage run --append --include=PIL/* selftest.py" + - TEST_CMD="python Tests/run.py --coverage" matrix: allow_failures: