Remove py34 in tox.ini

Change-Id: Ibbdb57ab3a60008e4d8abb22f41a9cd421be1b7e
This commit is contained in:
jolie 2017-03-20 15:34:47 +08:00 committed by Akihiro Motoki
parent e280fc812c
commit 818fde464d
1 changed files with 0 additions and 7 deletions

View File

@ -21,19 +21,12 @@ commands =
manage: {envpython} {toxinidir}/manage.py {posargs}
py27: {[unit_tests]commands}
py27dj18: {[unit_tests]commands}
py34: {[unit_tests]commands}
py35: {[unit_tests]commands}
openstack_dashboard: {envpython} {toxinidir}/manage.py test --settings=openstack_dashboard.test.settings {posargs}
releasenotes: sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
runserver: {envpython} {toxinidir}/manage.py runserver {posargs}
venv: {posargs}
[testenv:py34]
setenv =
PYTHONUNBUFFERED = 1
{[testenv]setenv}
commands = {[unit_tests]commands}
[testenv:py35]
setenv =
PYTHONUNBUFFERED = 1