Skip to content

Commit

Permalink
Set explicit PyPI index to https variant, use 2.13 KGS.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Dec 1, 2017
1 parent ad02cb2 commit 7d67af0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -4,9 +4,13 @@ python:
- 2.6
- 2.7
install:
- python bootstrap.py
- bin/buildout
- pip install zc.buildout==2.3.1
- buildout
script:
- bin/test -v1
notifications:
email: false
cache:
pip: true
directories:
- eggs/
2 changes: 2 additions & 0 deletions buildout.cfg
@@ -1,5 +1,7 @@
[buildout]
develop = .
extends = https://raw.githubusercontent.com/zopefoundation/Zope/2.13/version_ranges.cfg
index = https://pypi.python.org/simple/
parts = interpreter test

[interpreter]
Expand Down

0 comments on commit 7d67af0

Please sign in to comment.