Skip to content

Commit

Permalink
Fix Python 2.6 run on TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 20, 2018
1 parent b4db566 commit fd562ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
- 2.6
- 2.7
install:
- pip install zc.buildout
- pip install zc.buildout==2.3.1
- buildout bootstrap
- buildout
script:
Expand Down
1 change: 1 addition & 0 deletions buildout.cfg
@@ -1,5 +1,6 @@
[buildout]
extends = https://raw.githubusercontent.com/zopefoundation/Zope/2.13/version_ranges.cfg
index = https://pypi.org/simple/
develop = .
parts = interpreter test
versions = versions
Expand Down

0 comments on commit fd562ea

Please sign in to comment.