diff --git a/tox.ini b/tox.ini index b7ced1d185958e8cd4e28f7d2ee8a0feaf2ec593..1fbcca5ed08ad963036a334f5b8d2c2cc881af10 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py34,py35,py36,py37},lint,doc +envlist = {py35,py36,py37},lint,doc [testenv] whitelist_externals = @@ -8,7 +8,6 @@ whitelist_externals = basepython = doc: python3 lint: python3 - py34: python3.4 py35: python3.5 py36: python3.6 py37: python3.7