From b88ffc18ae078dcb812d6f95904ea752ffe86657 Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 26 Dec 2015 13:24:26 +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: I20288880b29061920a54c6c1cc8618b67e70526a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a1b9d44..2a65b8c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.8 -envlist = py26,py27,pep8 +envlist = py27,pep8 skipsdist = True [testenv]