From af1610baa213780e70cfed4f796cb3c450b595f1 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Fri, 5 Apr 2019 20:57:53 +0200 Subject: [PATCH] Drop Python3.4 Python3.4 become EOL on 2019.03.18. https://www.python.org/dev/peps/pep-0429/ --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a271d7854c..a21190bf83 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36, py37 +envlist = py27, py35, py36, py37 [testenv] passenv = TOXENV CI TRAVIS TRAVIS_*