py26 is no longer supported by Infra's CI

Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.

Change-Id: Ic7dc4b74d231c47c28e789941cd30897880cb791
This commit is contained in:
janonymous
2015-12-26 13:24:28 +05:30
parent f00d545041
commit c9cc5cf20d

View File

@@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = py26,py27,py33,pypy,pep8 envlist = py27,py33,pypy,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]
@@ -31,4 +31,4 @@ commands = python setup.py build_sphinx
show-source = True show-source = True
ignore = E123,E125,H803 ignore = E123,E125,H803
builtins = _ 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