From 1fc4be3effce3312db2ff2cf594136345f2305a4 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 18 Apr 2014 12:46:09 +0300 Subject: [PATCH] Add quotes around commands so second one doesn't hit the Python prompt and sit there forever --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: