From: Julien Danjou Date: Tue, 25 Nov 2014 15:58:49 +0000 (+0100) Subject: Remove Python 2.6 classifier X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7decea1e69b14a102183f95b85a371454fb32c24;p=openstack-build%2Fneutron-build.git Remove Python 2.6 classifier Neutron does not support Python 2.6 anymore starting with Kilo and might not work correctly with it, so remove the classifier. Change-Id: Ib7cddecdbec2c5152fe526bada6587129cf63ffd --- diff --git a/setup.cfg b/setup.cfg index 8a252b48c..ed145aad0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 [files] packages = diff --git a/tox.ini b/tox.ini index 7e16f19ca..31f81cb3e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,pep8 +envlist = py27,py33,py34,pep8 minversion = 1.6 skipsdist = True