diff options
author | 2015-12-26 13:24:28 +0530 | |
---|---|---|
committer | 2015-12-26 14:21:47 +0530 | |
commit | c9cc5cf20d6593a41ff26ba393e26e29ea3b08ad (patch) | |
tree | 2815bd8e2bba660d8bbc34a0748dd9c438917c7a | |
parent | f00d545041b75b5d3e215bf435689e933dbb4f62 (diff) |
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
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pypy,pep8 +envlist = py27,py33,pypy,pep8 skipsdist = True [testenv] @@ -31,4 +31,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
\ No newline at end of file +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build |