From eaf462288622024a3227c2b60bd0ac0146ae537e Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Wed, 8 Feb 2017 16:08:53 +0700 Subject: [PATCH] Remove a py34 environment from tox The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. So we can drop py34 environment from tox. Change-Id: I5e4ed5b4e8e90266813c047d6502d2e7f9b7eb59 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 054e9d38271..62e0effae6a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py35,py34,py27,pep8 +envlist = py35,py27,pep8 [testenv] usedevelop = True