Skip to content

Commit

Permalink
Hopefully fix Python 3.6 build on TravisCI + Use current versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 24, 2017
1 parent 0b807f0 commit 314d28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- 3.5
- 3.6
install:
- pip install -U six==$(curl $(awk '$1 == "extends" {print $3}' buildout.cfg) 2>/dev/null | awk '$1 == "six" {print $3}')
- pip install coverage coveralls
- python bootstrap.py
- bin/buildout
Expand Down
5 changes: 2 additions & 3 deletions buildout.cfg
@@ -1,8 +1,7 @@
[buildout]
extends =
https://zopefoundation.github.io/Zope/releases/4.0a6/versions-prod.cfg
extends = https://zopefoundation.github.io/Zope/releases/4.0b2/versions-prod.cfg
develop = .
parts =
parts =
interpreter
test
tox
Expand Down

0 comments on commit 314d28a

Please sign in to comment.