From 7b5a91a7b80afca5ed67192c75ad0d172b9db4cd Mon Sep 17 00:00:00 2001 From: "yanjun.fu" Date: Wed, 8 Feb 2017 16:57:15 +0800 Subject: [PATCH] Update tox to delete py34 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: I04e036521c902d846b6341ce1fd7fc2662bff8df --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2a09692..f6134c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 diff --git a/tox.ini b/tox.ini index 47ebf6b..d235bfd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py35,py34,py27,pep8 +envlist = py35,py27,pep8 minversion = 2.0 skipsdist = True