summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 14f00ea..e313de8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ statistics = 1
[tox]
minversion=2.5
envlist =
- ipv6, pep8, py{27,34,35,36,37,py}-{selects,poll,epolls}
+ ipv6, pep8, py{27,35,36,37,py}-{selects,poll,epolls}
[testenv:ipv6]
basepython = python
@@ -52,7 +52,6 @@ setenv =
tox_cover_args = --with-coverage --cover-erase --cover-package=eventlet
basepython =
py27: python2.7
- py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
@@ -63,8 +62,8 @@ deps =
py27-{selects,poll,epolls}: MySQL-python==1.2.5
py27: subprocess32==3.2.7
pypy: psycopg2cffi-compat==1.1
- py{27,34,35,36,37}: psycopg2-binary==2.7.4
- py{27,34}-{selects,poll,epolls}: pyopenssl==17.3.0
+ py{27,35,36,37}: psycopg2-binary==2.7.4
+ py27-{selects,poll,epolls}: pyopenssl==17.3.0
setuptools==38.5.1
{selects,poll,epolls}: pyzmq==17.0.0
commands =