Merge "Remove Python 2.6 classifier"

This commit is contained in:
Jenkins 2014-12-10 20:29:43 +00:00 committed by Gerrit Code Review
commit 6a3137de22
3 changed files with 1 additions and 3 deletions

View File

@ -45,5 +45,4 @@ To run the tests with a clean virtual env in the same manner as the
OpenStack testing infrastructure does so, use tox.
$ tox -epy27 # test suite on python 2.7
$ tox -epy26 # test suite on python 2.6
$ tox -epep8 # run full source code checker

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,5 +1,5 @@
[tox]
envlist = py26,py27,pep8
envlist = py27,pep8
minversion = 1.6
skipsdist = True