Remove the unused debug-py34 test
Change-Id: I9faf59c85db2f287c362b936d662f30d38c00b74
This commit is contained in:
parent
d62415110f
commit
f617dcfe25
5
tox.ini
5
tox.ini
@ -22,7 +22,6 @@ commands =
|
|||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
|
|
||||||
|
|
||||||
[testenv:bandit]
|
[testenv:bandit]
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = bandit -r zunclient -x tests -n5 -ll
|
commands = bandit -r zunclient -x tests -n5 -ll
|
||||||
@ -35,10 +34,6 @@ deps = setuptools<3.2
|
|||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t zunclient/tests {posargs}
|
commands = oslo_debug_helper -t zunclient/tests {posargs}
|
||||||
|
|
||||||
[testenv:debug-py34]
|
|
||||||
basepython = python3.4
|
|
||||||
commands = oslo_debug_helper -t zunclient/tests {posargs}
|
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||||
|
Loading…
Reference in New Issue
Block a user