Skip to content

Commit

Permalink
The usual setuptools workaround in .travis.yml
Browse files Browse the repository at this point in the history
Updating bootstrap.py to a newer version would be a better alternative,
but I don't have time for that.
  • Loading branch information
mgedmin committed Oct 21, 2013
1 parent efb683b commit 9b48b30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ python:
- 2.6
- 2.7
install:
- python bootstrap.py
- virtualenv env
- env/bin/pip install -U setuptools
- env/bin/python bootstrap.py
- bin/buildout
script:
- bin/test -v1
Expand Down

0 comments on commit 9b48b30

Please sign in to comment.