Remove py26 from tox

The Python 2.6 testing has been deprecated for some time, and is
removed from gate https://review.openstack.org/#/c/201105/.

This patch removes py26 from tox conf so that developers will not
end up testing py26.

Co-Authored-By: Sirushti Murugesan <sirushti.murugesan@hp.com>

Change-Id: Id2698c892db07278f47dea54360e8a0c4dad6981
Closes-Bug: #1474686
This commit is contained in:
Rakesh H S 2015-07-15 11:42:56 +05:30
parent c7ea3f7805
commit 07ffb00ff5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pep8
envlist = py27,pep8
minversion = 1.6
skipsdist = True
@ -19,4 +19,4 @@ commands = {posargs}
[flake8]
show-source = True
builtins = _
exclude=.venv,.git,.tox,*lib/python*,private
exclude=.venv,.git,.tox,*lib/python*,private