summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f96a5ba..8fb99b4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -105,14 +105,12 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip"
+ # And upgrade virtualenv to get the latest pip inside .tox virtualenvs.
- "pip install --disable-pip-version-check --user --upgrade virtualenv"
# Install requirements.
- "%CMD_IN_ENV% pip install -r requirements/tox.pip -r requirements/wheel.pip"
- # Test why gevent is failing
- - "%CMD_IN_ENV% pip install -vvv gevent==1.1rc5"
-
# Make a python3.4.bat file in the current directory so that tox will find it
# and python3.4 will mean what we want it to.
- "python -c \"import os; open('python{0}.{1}.bat'.format(*os.environ['TOXENV'][2:]), 'w').write('@{0}\\\\python \\x25*\\n'.format(os.environ['PYTHON']))\""