Skip to content

Commit

Permalink
Python 2.6 is no longer relevant. Pin down setuptools and zc.buildout.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Aug 11, 2017
1 parent 4b6bb0c commit 62e2775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
install:
- python bootstrap.py
Expand Down
4 changes: 4 additions & 0 deletions buildout.cfg
Expand Up @@ -14,6 +14,10 @@ auto-checkout =
grokcore.catalog =
grokcore.site = 1.7

setuptools = 19.2
zc.buildout = 2.5.0


[interpreter]
recipe = zc.recipe.egg
eggs = grokcore.site
Expand Down

0 comments on commit 62e2775

Please sign in to comment.