diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-09-20 06:27:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-09-20 06:27:35 -0400 |
commit | b02fa930ac1eec587150bcdabc37c85692562126 (patch) | |
tree | e88741090a9187516cde84648080d1506c3551ae | |
parent | 519ab678a99831d22aa23db6c9ef7981d61563ef (diff) | |
download | python-coveragepy-git-b02fa930ac1eec587150bcdabc37c85692562126.tar.gz |
Python 3.7 is out: still have to fix some failures
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |