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
This commit is contained in:
Van Hung Pham 2017-06-23 16:06:39 +07:00
parent aaf593a193
commit 45aaaee923
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = {pypy,pep8,py3pep8,py27,py33,py35}
envlist = {pypy,pep8,py27,py35}
[testenv]
usedevelop = True