From 958d79dfc4dc5451636c4bd6f15ed5080b3da6d0 Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 26 Dec 2015 12:29:36 +0530 Subject: [PATCH] py26/py33 are no longer supported by Infra's CI Python 3.3/2.6 support would be dropped by Infra team from mitaka,CI would no longer be testing it, so projects should drop it also. Change-Id: I69d9f971deb8cd124a96f7c85d007c61d953b6c5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b01501c..d5919f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py27,pypy,pep8 +envlist = py34,py27,pypy,pep8 [testenv] deps = -r{toxinidir}/test-requirements.txt