travis: fix using wrong Python version
This commit is contained in:
parent
5dc6a1bfbf
commit
6998310b55
|
@ -26,7 +26,8 @@ install:
|
||||||
- travis_retry pip install codecov
|
- travis_retry pip install codecov
|
||||||
# Create a separate no-dependencies virtualenv to make sure all imports
|
# Create a separate no-dependencies virtualenv to make sure all imports
|
||||||
# of optional-dependencies are guarded.
|
# of optional-dependencies are guarded.
|
||||||
- virtualenv ./nodeps
|
- virtualenv -p `which python` ./nodeps
|
||||||
|
- ./nodeps/bin/python -VV
|
||||||
- ./nodeps/bin/python setup.py install
|
- ./nodeps/bin/python setup.py install
|
||||||
- curl-config --version; pip freeze
|
- curl-config --version; pip freeze
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue