From 067eeccb90974692402dff91f5dddfccc8363fd3 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Sat, 22 Apr 2017 11:10:15 -0500 Subject: Try to workaround the circular dependency on zope.security during testing. See https://travis-ci.org/zopefoundation/zope.proxy/jobs/224707855 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1