Skip to content

Commit

Permalink
Install the required six version to make TravisCI happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 25, 2017
1 parent e305395 commit 62af2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- 3.6
install:
- pip install -U setuptools==33.1.1
- pip install -U six==$(curl $(awk '$1 == "extends" {print $3}' buildout.cfg) 2>/dev/null | awk '$1 == "six" {print $3}')
- pip install zc.buildout
- pip install -U coverage coveralls
- buildout bootstrap
Expand Down
3 changes: 1 addition & 2 deletions buildout.cfg
@@ -1,6 +1,5 @@
[buildout]
extends =
https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions-prod.cfg
develop = .
parts =
interpreter
Expand Down

0 comments on commit 62af2aa

Please sign in to comment.