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
This commit is contained in:
Julien Danjou 2014-11-25 16:55:51 +01:00
parent b14407fc08
commit 067b0db570
2 changed files with 1 additions and 2 deletions

View File

@ -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 =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pep8
envlist = py27,py33,pep8
skipsdist = True
[testenv]