Skip to content

Commit

Permalink
Workaround for travis-ci/setuptools/Python 3.6 problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 9, 2017
1 parent 672293e commit 883ae88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,8 @@ python:
- 3.6

install:
- pip install -U setuptools==33.1.1 coveralls coverage
- pip install -U setuptools==33.1.1
- pip install coveralls coverage
- pip install zc.buildout
- buildout bootstrap
- buildout
Expand Down

0 comments on commit 883ae88

Please sign in to comment.