From 33c780433d1b30aa6b159d4a029e6ab233865431 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Wed, 8 Feb 2017 16:01:02 +0800 Subject: [PATCH] Remove support for py34 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. There is no need to continue to keep these settings. Change-Id: Ie62882defdafa745b222da345f130c7e618cb0d5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 70f3c0905..a0080b1e0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,docs,pep8 +envlist = py27,docs,pep8 skipsdist = True [testenv]