Merge "Remove support for Python 3.3"

This commit is contained in:
Jenkins 2015-05-12 19:43:45 +00:00 committed by Gerrit Code Review
commit cfc28916f9

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