Merge "Enable usage of oslo_debug_helper from tox"

This commit is contained in:
Jenkins
2015-01-22 17:19:16 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ requests-mock>=0.5.1 # Apache-2.0
mock>=1.0
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
oslotest>=1.2.0
# Documentation build requirements
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3

View File

@@ -15,6 +15,9 @@ commands =
coverage combine
coverage report -m
[testenv:debug]
commands = oslo_debug_helper -t barbicanclient {posargs}
[testenv:pep8]
commands = {toxinidir}/tools/hacking.sh {posargs}