From 067b0db570467101052da5dbe4077720ea8cd39d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 25 Nov 2014 16:55:51 +0100 Subject: [PATCH] Remove Python 2.6 classifier Glance does not support Python 2.6 anymore starting with Kilo and might not work correctly with it, so remove the classifier. Change-Id: Ibd7ad401198749f975fb19007549f7623caae546 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index df002605b0..cb23229069 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 6c5767ad90..085815f5fc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pep8 +envlist = py27,py33,pep8 skipsdist = True [testenv]