Add quotes around commands so second one doesn't hit the Python prompt and sit there forever

This commit is contained in:
hugovk 2014-04-18 12:46:09 +03:00
parent 7eb1ccb1d6
commit 1fc4be3eff

View File

@ -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: