From 36a416726b9c8a21b470e1d88d0d23558faca7e0 Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 26 Dec 2015 13:24:25 +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: I81d2a088bdf6f6052a45c4fabfdb32a662927098 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1a47b3f8..8432f917 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py26, py27, py34, docs, pep8, py27-coverage, py34-coverage +envlist = py27, py34, docs, pep8, py27-coverage, py34-coverage [tox:jenkins] downloadcache = ~/cache/pip