Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 20, 2018
1 parent 1b886c0 commit dc8b581
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -70,7 +70,12 @@ install:
- if [[ "$WITH_COVERAGE" == "1" ]]; then pip install coveralls coverage; fi
- pip install -e .[test,ZODB]
script:
- if [[ "$WITH_COVERAGE" == "1" ]]; coverage run -m zope.testrunner --test-path=. --auto-color --auto-progress --verbose; else zope-testrunner --test-path=. --auto-color --auto-progress; fi
- |
if [[ "$WITH_COVERAGE" == "1" ]];
coverage run -m zope.testrunner --test-path=. --auto-color --auto-progress --verbose;
else
zope-testrunner --test-path=. --auto-color --auto-progress;
fi
notifications:
email: false
after_success:
Expand Down

0 comments on commit dc8b581

Please sign in to comment.