Skip to content

Commit

Permalink
Fix test runner call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 20, 2018
1 parent fc8027a commit 39a7484
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 @@ -67,7 +67,7 @@ install:
- pip install coveralls coverage
- pip install -e .[test,ZODB]
script:
- coverage run zope-testrunner --test-path=. --auto-color --auto-progress
- coverage run -m zope.testrunner --test-path=. --auto-color --auto-progress
notifications:
email: false
after_success:
Expand Down

0 comments on commit 39a7484

Please sign in to comment.