Remove py26 from tox.ini and setup.cfg

As of https://wiki.openstack.org/wiki/python3 OpenStack
is dropping py26 for mitaka

Change-Id: If0fbc09f5c1cd5a52e3a5c03d643e762876a6d17
Closes-Bug: #1523188
This commit is contained in:
venkatamahesh 2015-12-07 19:57:32 +05:30
parent f461211a8e
commit ac39be4f50
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,6 @@ 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.3

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py26,py27,pypy,pep8
envlist = py34,py33,py27,pypy,pep8
skipsdist = True
[testenv]
@ -33,4 +33,4 @@ commands = python setup.py build_sphinx
show-source = True
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build