From f31528ad74052c2d1acdad914fafaa8d5014bdb4 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 20 Apr 2018 13:46:38 +0200 Subject: [PATCH] Fix syntax. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 216be41..7624dca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ install: - pip install -e .[test,ZODB] script: - | - if [[ "$WITH_COVERAGE" == "1" ]]; + if [[ "$WITH_COVERAGE" == "1" ]]; then coverage run -m zope.testrunner --test-path=. --auto-color --auto-progress --verbose; else zope-testrunner --test-path=. --auto-color --auto-progress;