From b2f809e4f0d4e0c89f00a11cde39f0792d1d292d Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 26 Dec 2015 13:24:29 +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: Ic96f4c44cb833ca6199c9daf1078f4d0715aedad --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ac5583fa5..c77aaeabc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}