remove suport for py33

Python 3.3 is not supported from Mitaka, as per
Infra, therefore removing the support for the same.

Change-Id: I27436e05e373c6a5d1d71ff60cd15e0db05e87df
Closes-Bug: #1526170
This commit is contained in:
reedip 2016-01-06 17:53:58 +09:00
parent 043b209b46
commit db43b4cd84
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py27,pep8
envlist = py34,py27,pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt