Merge "Add debug to tox enviroment"

This commit is contained in:
Jenkins 2017-01-24 22:23:53 +00:00 committed by Gerrit Code Review
commit 3d8559b4e6
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash
find
[testenv:py27-mitaka]
install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka {opts} {packages}
@ -31,6 +32,11 @@ commands = {posargs}
[testenv:cover]
commands = {toxinidir}/tools/cover.sh {posargs}
[testenv:debug]
commands =
find . -type f -name "*.pyc" -delete
oslo_debug_helper {posargs}
[testenv:docs]
commands = python setup.py build_sphinx