Merge "Add a debug env for tox"

This commit is contained in:
Jenkins 2014-12-23 18:03:30 +00:00 committed by Gerrit Code Review
commit 1fd87105ff
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ hacking>=0.5.6,<0.8
coverage>=3.6
discover
fixtures>=0.3.14
oslotest>=1.2.0 # Apache-2.0
python-subunit
sphinx>=1.1.2
testrepository>=0.0.17

View File

@ -24,6 +24,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper -t translator/tests {posargs}
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.