Commit 083b31e4 authored by Jason Madden's avatar Jason Madden

Try to remove use of virtualenv in .travis.yml; all the travis builds were...

Try to remove use of virtualenv in .travis.yml; all the travis builds were running under Python 2.7.3 because of it.
parent 9148b312
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment