From c6c0f4d0f4342b2018ff00a01772aaf0e720d4ef Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 25 Nov 2014 16:55:03 +0100 Subject: [PATCH] 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 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.45.2