Merge "Add debug testenv in tox"

This commit is contained in:
Jenkins 2016-01-18 08:26:47 +00:00 committed by Gerrit Code Review
commit b4abeeafa7
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ commands =
find . -type f -name "*.pyc" -delete
bash tools/pretty_tox.sh '{posargs}'
[testenv:debug]
commands = oslo_debug_helper {posargs}
[testenv:debug-py27]
basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:common-constraints]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}