From ec102b19a029d0ca7fcf1267656256b4023cf57e Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Wed, 7 Jun 2017 17:17:53 +0800 Subject: [PATCH] Drop py34 target in tox.ini We support py35 now,so it is no need to keep the supoort for py34. Change-Id: I856fb1d19bbc79436e637b2aff775339ddd9eecb --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b0dbecb..d3e7c0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,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 [files] packages = diff --git a/tox.ini b/tox.ini index ec262b9..cf8acd4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py35,py34,py27,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]