Skip to content

Commit

Permalink
Make the virtualenv python report its version; seeing /usr/lib/python…
Browse files Browse the repository at this point in the history
…2.7 in the python2.6 traceback paths is making me nervous.
  • Loading branch information
jamadden committed May 22, 2015
1 parent 0d2a65b commit 454e721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 454e721

Please sign in to comment.