summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1fb68bf..32978e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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