Remove support for Python 3.3

Change-Id: Ifca70a5e139090ae5fd76bd524738bb8c138fd0f
This commit is contained in:
Davanum Srinivas 2015-05-10 19:18:41 -04:00
parent ef58534877
commit 6abfdd51da
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py33,py34,py26,py27,pep8
envlist = py34,py26,py27,pep8
[testenv]
setenv =
@ -23,10 +23,6 @@ commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:py33]
deps = -r{toxinidir}/requirements-py3.txt
-r{toxinidir}/test-requirements-py3.txt
[testenv:py34]
deps = -r{toxinidir}/requirements-py3.txt
-r{toxinidir}/test-requirements-py3.txt