summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-01-14 18:05:56 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-01-14 18:05:56 -0500
commitf2de015646f5c15915d348b455a37028e843a16f (patch)
treed61243605443736a34315e361910873a3090fd66
parent1038cef9a00db5cfc2c5bf04dea17ef07c0d7f1a (diff)
downloadpython-coveragepy-git-f2de015646f5c15915d348b455a37028e843a16f.tar.gz
It's gevent that needs Cython
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 76e9ace5..d6890377 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ deps =
#-e/Users/ned/unittest_mixins
py26: unittest2==1.1.0
# gevent won't install on py37: https://github.com/gevent/gevent/issues/1019
- # greenlet needs cython pre-installed.
+ # gevent needs cython pre-installed.
py37: cython
py37: git+https://github.com/gevent/gevent.git@debb8d838500849a0726bb0a8d94ed8d2541396d#egg=gevent==0.0
py37: git+https://github.com/python-greenlet/greenlet.git@780a12b51fcef9adcc4f2c9a4cc5b05c2d652ba4#egg=greenlet==0.0