Skip to content

Commit

Permalink
Try to remove use of virtualenv in .travis.yml; all the travis builds…
Browse files Browse the repository at this point in the history
… were running under Python 2.7.3 because of it.
  • Loading branch information
jamadden committed May 22, 2015
1 parent 9148b31 commit 083b31e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -8,10 +8,8 @@ python:
- 3.4
- pypy
install:
- virtualenv env
- env/bin/pip install -U setuptools distribute
- env/bin/python bootstrap.py
- env/bin/python --version
- pip install -U setuptools distribute
- python bootstrap.py
- bin/buildout
script:
- bin/test -v1 -j99
Expand Down

0 comments on commit 083b31e

Please sign in to comment.