From 37cc47f4842b5a299ef20e512395cfbc3c83ea65 Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 26 Dec 2015 13:27:12 +0530 Subject: [PATCH] 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: I5a33333210428a38614993152771ae952bb48799 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11ef485d..5c8b4351 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py26,py27,pep8 +envlist = py27,pep8 [testenv] usedevelop = True