Skip to content

Commit

Permalink
Work around Mac OS Python 3.5 TLS problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 10, 2019
1 parent 10b7f39 commit 4e0bc45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -66,6 +66,12 @@ install:
- pip install -U pip
- pip install -U setuptools
- pip install -U coverage coveralls
# NB: let's install . (zope.proxy) first separately, because we have a nasty
# dependency loop: .[test] wants zope.security that setup_requires zope.proxy
# (and setup_requires is broken on Mac OS Python 3.5 due to TLS version
# compatibility issues that pip knows how to work around, but setuptools
# don't).
- pip install -e .
- pip install -e .[test,docs]

script:
Expand Down

0 comments on commit 4e0bc45

Please sign in to comment.