Remove Python 2.6 classifier

Ceilometer does not support Python 2.6 anymore starting with Kilo and
might not work correctly with it, so remove the classifier.

Change-Id: I60ee148ff6565b201ee06745bb5d78e47603ef37
This commit is contained in:
Julien Danjou 2014-11-25 16:56:26 +01:00
parent dbf0dd232e
commit 1b82fa7e50
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Topic :: System :: Monitoring

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,py33,py34,py-mysql,py-pgsql,pep8
envlist = py27,py33,py34,py-mysql,py-pgsql,pep8
[testenv]
deps = -r{toxinidir}/requirements.txt