Commit e2416fc4 authored by Marius Gedminas's avatar Marius Gedminas

Try to entice travis into running all the tests

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.
parent a4a72fca
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment