summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 4 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index ac6299a0..5a3b987b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tox]
-envlist = py{27,34,35,36,37,38}, pypy{2,3}, doc, lint
+envlist = py{27,35,36,37,38}, pypy{2,3}, doc, lint
skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}
toxworkdir = {env:TOXWORKDIR:.tox}
@@ -16,9 +16,9 @@ deps =
pip==19.0.3
setuptools==40.8.0
# gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663
- py{27,34,35,36}: gevent==1.2.2
- py{27,34,35,36,37,38}: eventlet==0.24.1
- py{27,34,35,36,37,38}: greenlet==0.4.15
+ py{27,35,36}: gevent==1.2.2
+ py{27,35,36,37,38}: eventlet==0.24.1
+ py{27,35,36,37,38}: greenlet==0.4.15
# Windows can't update the pip version with pip running, so use Python
# to install things.
@@ -94,7 +94,6 @@ commands =
#2.7: py27, lint
python =
2.7: py27
- 3.4: py34
3.5: py35
3.6: py36
pypy: pypy