Commit 454e7215 authored by Jason Madden's avatar Jason Madden

Make the virtualenv python report its version; seeing /usr/lib/python2.7 in...

Make the virtualenv python report its version; seeing /usr/lib/python2.7 in the python2.6 traceback paths is making me nervous.
parent 0d2a65b6
......@@ -11,6 +11,7 @@ install:
- virtualenv env
- env/bin/pip install -U setuptools distribute
- env/bin/python bootstrap.py
- env/bin/python --version
- 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