Skip to content

Commit

Permalink
Try to entice travis into running all the tests
Browse files Browse the repository at this point in the history
I don't know why zope.testrunner quits after the first layer.  I don't
want to know.  Let's try running tests exactly the same way as tox.ini.
  • Loading branch information
mgedmin committed May 29, 2013
1 parent a4a72fc commit e2416fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,7 @@ install:
- travis_retry pip install BTrees ZConfig manuel persistent six transaction zc.lockfile zdaemon zope.interface zope.testing zope.testrunner
- travis_retry pip install -e .
script:
- zope-testrunner -j99 --test-path=src --auto-color --auto-progress
- zope-testrunner -u --test-path=src --auto-color --auto-progress
- zope-testrunner -f -j99 --test-path=src --auto-color --auto-progress
notifications:
email: false

0 comments on commit e2416fc

Please sign in to comment.