From 45aaaee9239a8b17b1f3fa2c90047c4d45622cc3 Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Fri, 23 Jun 2017 16:06:39 +0700 Subject: [PATCH] Remove support for py33 The gating on python 3.3 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: Id04514d228a12eeb6725cd9a266eab9de01125e4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cef4c06..790376b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {pypy,pep8,py3pep8,py27,py33,py35} +envlist = {pypy,pep8,py27,py35} [testenv] usedevelop = True