Skip to content

Commit

Permalink
Try to fix TravisCI.
Browse files Browse the repository at this point in the history
Python 3.5 is currently broken because Zope 4.1 requires a newer setuptools version.
  • Loading branch information
Michael Howitz committed Jun 28, 2019
1 parent ca9f6e6 commit 4605582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- 3.6
install:
- pip install coveralls coverage
- pip install -U setuptools==33.1.1
- pip install -U setuptools
- pip install zc.buildout
- buildout bootstrap
- buildout
Expand Down

0 comments on commit 4605582

Please sign in to comment.