setup.cfg: add Python 3 classifiers

Remove py33 from tox.ini and remove Python 2.6 classifier from
setup.cfg. OpenStack doesn't support Python 2.6 and 3.3 anymore. There
is no py26 nor py33 gate.

Change-Id: Ic16862afda5291778145f30f5bd93b608b226462
This commit is contained in:
Victor Stinner 2015-07-15 10:31:42 +02:00
parent ec025eb9e5
commit 017064d295
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =

View File

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