From 89ac213c239faa329a92fb46fdce0a11ea21c41c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 1 Feb 2018 08:33:01 -0500 Subject: greenlet 0.4.13 is good on 3.7 --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d6890377..c5194a77 100644 --- a/tox.ini +++ b/tox.ini @@ -20,15 +20,10 @@ deps = unittest-mixins==1.4 #-e/Users/ned/unittest_mixins py26: unittest2==1.1.0 - # gevent won't install on py37: https://github.com/gevent/gevent/issues/1019 - # 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 py{27,33,34,35,36}: gevent==1.2.2 py26: eventlet==0.21.0 py{27,33,34,35,36,37}: eventlet==0.22.0 - py{26,27,33,34,35,36}: greenlet==0.4.12 + py{26,27,33,34,35,36,37}: greenlet==0.4.13 # Windows can't update the pip version with pip running, so use Python # to install things. -- cgit v1.2.1