Remove Python 2.6 classifier

OpenStack projects dropped support for py26 in Kilo release. So, remove its
classifier.

Change-Id: I22f18eeb9c66837475fa46b06ca4e7b5492065ef
This commit is contained in:
Valeriy Ponomaryov 2015-02-25 14:50:17 +02:00
parent 5757243cf7
commit bcbab9ce11
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,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,pep8
envlist = py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}