Add debug environment to tox

the debug environment is based on oslo_debug_helper and enables devs to
use pdb for debugging the client. [1]

[1] http://docs.openstack.org/developer/oslotest/features.html

Change-Id: I4b15a4abd8b3391f1ec87f55194757e798b18ba8
This commit is contained in:
Juan Antonio Osorio Robles 2015-10-01 11:11:46 +03:00
parent 1e3dd43bae
commit 2d8caf8b32
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ commands =
coverage combine
coverage report -m
[testenv:debug]
deps =
oslotest
{[testenv]deps}
commands = oslo_debug_helper -t tripleoclient/tests {posargs}
[testenv:docs]
commands = python setup.py build_sphinx