Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Some nasty things happening with installed setuptools version clashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
paul committed Aug 23, 2017
1 parent 68d0d81 commit cca1656
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: python
dist: precise
python:
- 2.7
install:
- python bootstrap.py
- virtualenv .
- source ./bin/activate
- bin/pip install -UIr requirements.txt
- bin/python bootstrap.py
- bin/buildout
script:
- bin/test -v1
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#setuptools==7.0
#zc.buildout==1.7.1
setuptools==7.0
2 changes: 0 additions & 2 deletions versions/1.5.5/versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ packages =
${grok:included}

[versions]
zc.buildout = 1.7.1
zc.recipe.egg = 1.3.2
Chameleon = 2.8.5
fanstatic = 0.11.2
grok = 1.10.3
Expand Down

0 comments on commit cca1656

Please sign in to comment.