diff --git a/tox.ini b/tox.ini index 8735c4e..696e021 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,py37 +envlist = py27,py35,py36,py37 [testenv] deps=pytest commands = {posargs:pytest}