Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 20, 2018
1 parent dc8b581 commit f31528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f31528a

Please sign in to comment.