Remove py34 in tox.ini
Change-Id: Ibbdb57ab3a60008e4d8abb22f41a9cd421be1b7e
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -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
|
||||
|
Reference in New Issue
Block a user