From 6f3958fb353bba450a044e028c92e7e785b45e72 Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 26 Dec 2015 12:54:37 +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: Ib4c347038aa894ef808c0ab731d9b38982a47b40 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 931250f..44404b3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py26,py27,pypy,pep8 +envlist = py34,py27,pypy,pep8 skipsdist = True [testenv]