Skip to content

Commit

Permalink
Try to workaround the circular dependency on zope.security during tes…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 22, 2017
1 parent 6489017 commit 067eecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
- pip install -U pip
- pip install -U setuptools
- pip install -U zope.testrunner
- pip install -U zope.security # We have a circular dependency for testing
- pip install -e .[test]
script:
- zope-testrunner --test-path=src
Expand Down

0 comments on commit 067eecc

Please sign in to comment.