From acedafed431b627f6fec2cc9ea5aaeafbc725302 Mon Sep 17 00:00:00 2001 From: janonymous Date: Sat, 26 Dec 2015 12:35:34 +0530 Subject: [PATCH] py33 are no longer supported by Infra's CI Python 3.3 support would be dropped by Infra team from mitaka,CI would no longer be testing it, so projects should drop it also. Change-Id: Ic33bd3539fd05df80eff0c251999ac397e079468 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ed3151d7..8b67a658 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py27,py33,py34,pep8 +envlist = py27,py34,pep8 skipsdist = True [testenv]