From: Julien Danjou Date: Tue, 25 Nov 2014 15:55:03 +0000 (+0100) Subject: Remove Python 2.6 classifier X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c6c0f4d0f4342b2018ff00a01772aaf0e720d4ef;p=openstack-build%2Fcinder-build.git Remove Python 2.6 classifier Cinder does not support Python 2.6 anymore starting with Kilo and might not work correctly with it, so remove the classifier. Change-Id: I47f5e3ba30c7d8950862bc0a0d67d33d90c7eecf --- diff --git a/setup.cfg b/setup.cfg index e94584871..9fff7803d 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 [global] setup-hooks = diff --git a/tox.ini b/tox.ini index b147982ed..c9283eea9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py26,py27,pep8 +envlist = py27,pep8 [testenv] # Note the hash seed is set to 0 until cinder can be tested with a