Skip to content

Commit

Permalink
Work around Travis-CI / zc.recipe.testrunner / six conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Nov 30, 2017
1 parent 10566ff commit f6f3b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- 3.5
- 3.6
install:
- pip install six==1.10.0 # force here to avoid conflit with zc.recipe.testrunner
- pip install -U setuptools==33.1.1
- pip install zc.buildout
- buildout bootstrap
Expand Down

0 comments on commit f6f3b4c

Please sign in to comment.