aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorjanonymous <janonymous.codevulture@gmail.com>2015-12-26 13:24:28 +0530
committerjanonymous <janonymous.codevulture@gmail.com>2015-12-26 14:21:47 +0530
commitc9cc5cf20d6593a41ff26ba393e26e29ea3b08ad (patch)
tree2815bd8e2bba660d8bbc34a0748dd9c438917c7a /tox.ini
parentf00d545041b75b5d3e215bf435689e933dbb4f62 (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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 53aa727..5b6ac5d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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