Skip to content

Commit

Permalink
travis: fix using wrong Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Apr 13, 2017
1 parent 5dc6a1b commit 6998310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ install:
- travis_retry pip install codecov
# Create a separate no-dependencies virtualenv to make sure all imports
# of optional-dependencies are guarded.
- virtualenv ./nodeps
- virtualenv -p `which python` ./nodeps
- ./nodeps/bin/python -VV
- ./nodeps/bin/python setup.py install
- curl-config --version; pip freeze

Expand Down

0 comments on commit 6998310

Please sign in to comment.