From 6a834206d940220f55babb0561d6c94bb7b3e46a Mon Sep 17 00:00:00 2001 From: reedip Date: Wed, 6 Jan 2016 17:46:39 +0900 Subject: [PATCH] py26/py33 is no longer supported by Infra's CI Python 2.6/3.3 support would be dropped by Infra team from mitaka, CI would no longer be testing it, so projects should drop it too. Change-Id: I13250170bd04d07b97990ed52a8c7a0c0f7e76c6 Closes-Bug: #1526170 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 632093b..f5f479b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py33,py26,py27,pep8 +envlist = py34,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}