Remove support for Python 3.3
Change-Id: Ifca70a5e139090ae5fd76bd524738bb8c138fd0f
This commit is contained in:
parent
ef58534877
commit
6abfdd51da
6
tox.ini
6
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user