Skip to content

Commit

Permalink
Install the requested six version
Browse files Browse the repository at this point in the history
Otherwise Python 3.6 has an error because it seems to be pre-installed on TravisCI but with another version than needed.
  • Loading branch information
Michael Howitz authored Oct 9, 2017
1 parent 2a5efad commit 06c8c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- 3.6
install:
- pip install -U setuptools==`grep setuptools versions.cfg | awk '{print $3}'`
- pip install six==`grep '^six' versions.cfg | awk '{print $3}'`
- pip install zc.buildout==`grep '^zc.buildout' versions.cfg | awk '{print $3}'`
- buildout bootstrap
- buildout install test alltests
Expand Down

0 comments on commit 06c8c99

Please sign in to comment.