From 8e831efbdc52700eb121582dbc0c4d0e277f438b Mon Sep 17 00:00:00 2001 From: iswarya_vakati Date: Thu, 9 Mar 2017 17:46:05 +0530 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: Ic05e39829877810de4af68224c923cbf0fb80f40 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 32bbfd1..8da778f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py34,py27,py27dj18,pep8 +envlist = py35,py27,py27dj18,pep8 minversion = 2.0 skipsdist = True