From 3d1b433477e400c17f4507ec1270cbe86e9a032b Mon Sep 17 00:00:00 2001 From: reedip Date: Thu, 7 Jan 2016 13:55:30 +0900 Subject: [PATCH] Remove support for py33 Python 3.3 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Change-Id: Ia8979777433c8a9f5f0ccedefc56707848955e13 Closes-Bug: #1526170 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 9e60b20..06d7907 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27,py33,py34 +envlist = py27,py34 [testenv:venv] commands = {posargs} -