]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove Python 2.6 classifier
authorJulien Danjou <julien@danjou.info>
Tue, 25 Nov 2014 15:58:49 +0000 (16:58 +0100)
committerJulien Danjou <julien@danjou.info>
Tue, 25 Nov 2014 15:59:34 +0000 (16:59 +0100)
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

setup.cfg
tox.ini

index 8a252b48c581eb6db956e45264e81b4841322b0e..ed145aad0ef01315f28811b670585f7eb5695af3 100644 (file)
--- 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 7e16f19ca0038871445d0129894f2c218687b69b..31f81cb3e1f41096e116941d89db8ccad17b52f3 100644 (file)
--- 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