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 21cc6d83e8
commit 7eb4f1c457
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py33,py34
envlist = py27,py34
[testenv:venv]
commands = {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
downloadcache = ~/cache/pip