summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-30 11:59:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-30 11:59:06 -0400
commitdb2e191cbc75dbfbf816899a46dbefc5a6106f64 (patch)
treee44cb6a76865d1d394af369a554847eebf6b0d35 /tox.ini
parent1ad37dcc0e3927175f3988b5116654c32450aefc (diff)
downloadpython-coveragepy-db2e191cbc75dbfbf816899a46dbefc5a6106f64.tar.gz
update requirements, and use tox-battery to recreate tox as needed
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 9a583e7..a70f6b2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,8 +18,8 @@ deps =
#-e/Users/ned/unittest_mixins
py26: unittest2==1.1.0
py{27,33,34,35,36}: gevent==1.2.1
- py{26,27,33,34,35,36}: eventlet==0.20.1
- py{26,27,33,34,35,36}: greenlet==0.4.11
+ py{26,27,33,34,35,36}: eventlet==0.21.0
+ py{26,27,33,34,35,36}: greenlet==0.4.12
# Windows can't update the pip version with pip running, so use Python
# to install things.