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