diff --git a/.travis.yml b/.travis.yml index b4ed340..6259a4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: