From 36ac6a388b3476fc853e87378fe494d625328bf9 Mon Sep 17 00:00:00 2001 From: Annie Lezil Date: Fri, 3 Mar 2017 18:11:09 +0000 Subject: [PATCH] Python 3.4 (py34) is removed from tox envlist Python 3.4 is not a supported python version. So removing it from tox envlist Change-Id: I50e5f97cfac1d2f602da43c3c7a78566d58491e2 Related-Bug:1667312 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 926166193..7db0c48df 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py34,py27,pep8,func +envlist = py35,py27,pep8,func [testenv] usedevelop = True