summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-03-02 14:34:05 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-03-02 14:34:05 -0500
commitaa8cfc8b2590b1dee7404ad907c716d0c1e60e95 (patch)
tree8e27faa2b242cede60d83dcfb2adfbe7b38c9e3d /appveyor.yml
parenteb1c355aeeb2971c2f386a67f759e9862ad5aad3 (diff)
downloadpython-coveragepy-aa8cfc8b2590b1dee7404ad907c716d0c1e60e95.tar.gz
Stop testing gevent on py26
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']))\""