Remove python 3.4 support 02/15302/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 16 Apr 2019 20:38:08 +0000 (16:38 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 16 Apr 2019 20:39:13 +0000 (16:39 -0400)
Python 3.4 is EOL
And no longer receives security updates

Change-Id: Iefe7efae8614062b1fcf54b2555ffe40652502cd
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 8d17dcd..b7ece3b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,6 @@ envlist =
     docs-linkcheck,
     license,
     py27,
-    py34,
     py35,
     py36,
     py37