summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8d5abf3..e1e9908 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,6 +74,9 @@ before_install:
install:
- pip install -U pip setuptools
- pip install -U coveralls coverage
+ # pip install zope.proxy here because because setup_requires will use
+ # easy_install, which fails on Python 3.5 on Mac OS
+ - pip install -U zope.proxy
- pip install -U -e .[test,docs]
script: