Remove support for py33

Python 3.3 is not supported from Mitaka, as per Infra.
This patch removes the support for the same.

Change-Id: I3aa689a1c88abe274f492cf90f7c10f9b07f5553
This commit is contained in:
Cao Xuan Hoang 2017-01-19 09:30:55 +07:00
parent 0d46eb45f1
commit bf5ccb3f07
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =

View File

@ -1,8 +1,8 @@
[tox]
# py33/py34 tests should be run before py27
# py34 tests should be run before py27
# it is a workaround for testr bug
# https://bugs.launchpad.net/testrepository/+bug/1229445
envlist = py33,py34,py27,pep8
envlist = py34,py27,pep8
minversion = 1.6
skipsdist = True