Skip to content

Commit

Permalink
Remove Travis pin of zope.testrunner; we need at least 4.4.7 in order…
Browse files Browse the repository at this point in the history
… to run on PyPy3.
  • Loading branch information
jamadden committed May 20, 2015
1 parent 103456c commit 165f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ python:
- 3.3
- 3.4
install:
- travis_retry pip install BTrees ZConfig manuel persistent six transaction zc.lockfile zdaemon zope.interface zope.testing zope.testrunner==4.4.4
- 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 -u --test-path=src --auto-color --auto-progress
Expand Down

0 comments on commit 165f640

Please sign in to comment.