summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-04-22 11:10:15 -0500
committerJason Madden <jamadden@gmail.com>2017-04-22 11:10:15 -0500
commit067eeccb90974692402dff91f5dddfccc8363fd3 (patch)
tree48f62756193784414e2e1bf63f8a5571537a0641
parent6489017129d0117407c2174ca6040f71870fb229 (diff)
downloadzope-proxy-067eeccb90974692402dff91f5dddfccc8363fd3.tar.gz
Try to workaround the circular dependency on zope.security during testing. See https://travis-ci.org/zopefoundation/zope.proxy/jobs/224707855python36
-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