summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-09-20 06:27:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-09-20 06:27:35 -0400
commitd74a6a12e1f0b9ac647f5f056512606256751a17 (patch)
tree705adcfe29196a74e74ab743395176a3ef984c24 /tox.ini
parentf301268a9145173534b3fe02e860bc97dcc0f7f9 (diff)
downloadpython-coveragepy-d74a6a12e1f0b9ac647f5f056512606256751a17.tar.gz
Python 3.7 is out: still have to fix some failures
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 554e332..c8a3dec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[tox]
-envlist = py{26,27,33,34,35,36}, pypy{2,3}, jython, doc, lint
+envlist = py{26,27,33,34,35,36,37}, pypy{2,3}, jython, doc, lint
skip_missing_interpreters = True
[testenv]
@@ -19,8 +19,8 @@ deps =
#-e/Users/ned/unittest_mixins
py26: unittest2==1.1.0
py{27,33,34,35,36}: gevent==1.2.2
- py{26,27,33,34,35,36}: eventlet==0.21.0
- py{26,27,33,34,35,36}: greenlet==0.4.12
+ py{26,27,33,34,35,36,37}: eventlet==0.21.0
+ py{26,27,33,34,35,36,37}: greenlet==0.4.12
# Windows can't update the pip version with pip running, so use Python
# to install things.