summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-03-02 09:05:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-03-02 09:05:58 -0500
commit6dfdefbc175b05215634704b79d4dc0817c4317e (patch)
treeb73a9282ac531ba8d681eaa1454ab96ce8b5e91f /appveyor.yml
parent10a8a4ac8cbf160ecf88480ac13584c1aa046c16 (diff)
downloadpython-coveragepy-6dfdefbc175b05215634704b79d4dc0817c4317e.tar.gz
Extra diagnosis for gevent install failures on Appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7d6a754..8064eac 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -109,6 +109,9 @@ install:
# 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']))\""