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
This commit is contained in:
reedip 2016-01-07 13:55:30 +09:00
parent 23d2ce00f0
commit 3d1b433477
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py33,py34
envlist = py27,py34
[testenv:venv]
commands = {posargs}