Remove Python 2.6 classifier

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

Change-Id: Iafe029d962e8ec6960efc6b61bdd2ac86ad980b7
This commit is contained in:
Julien Danjou 2014-11-25 17:03:07 +01:00
parent 1e6a9b5d4c
commit 579498e3a9
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
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,py33,py34,pep8,docs,sample_config
envlist = py27,py33,py34,pep8,docs,sample_config
[testenv]
usedevelop = True