]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
use new virtualenv
authorINADA Naoki <songofacandy@gmail.com>
Thu, 13 Apr 2017 02:21:32 +0000 (11:21 +0900)
committerINADA Naoki <songofacandy@gmail.com>
Thu, 13 Apr 2017 02:21:32 +0000 (11:21 +0900)
.travis.yml

index cfa3ef899dd663abbc8c920a24d909776698e6dc..ae806fa5ec393478af8dc1ea34c5f4f56f44242d 100644 (file)
@@ -23,10 +23,10 @@ install:
     # On travis the extension should always be built
     - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then export TORNADO_EXTENSION=1; fi
     - travis_retry python setup.py install
-    - travis_retry pip install codecov
+    - travis_retry pip install codecov virtualenv
     # Create a separate no-dependencies virtualenv to make sure all imports
     # of optional-dependencies are guarded.
-    - virtualenv -p `which python` ./nodeps
+    - virtualenv ./nodeps
     - ./nodeps/bin/python -VV
     - ./nodeps/bin/python setup.py install
     - curl-config --version; pip freeze