From 622bd23fdb66ff4a71cf09934fd895739b3fa271 Mon Sep 17 00:00:00 2001 From: reedip Date: Thu, 7 Jan 2016 14:01:35 +0900 Subject: [PATCH] Remove support for py33/py26 Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Change-Id: Ie138cdd5019ce762f7dfc8af5b0fa93c2d62ebfd Closes-Bug: #1526170 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 93d451bd..69a75b0a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,pep8 +envlist = py34,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}