summaryrefslogtreecommitdiff
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
commit12cb7fdc49da7a34e777b3c5c3540c2b12eab17a (patch)
treee7cb49f45dce0c5488e09e379d54c9a74c275a93
parentaaf74da4768e253e4669727e2470a8605dec6eb1 (diff)
downloadpython-coveragepy-git-12cb7fdc49da7a34e777b3c5c3540c2b12eab17a.tar.gz
Extra diagnosis for gevent install failures on Appveyor
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7d6a7547..8064eac8 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']))\""