Merge "Add debug to tox environment"

This commit is contained in:
Jenkins 2017-01-09 06:07:45 +00:00 committed by Gerrit Code Review
commit 0c02c3bb9f
1 changed files with 6 additions and 0 deletions

View File

@ -21,8 +21,14 @@ deps = -r{toxinidir}/requirements.txt
commands = ostestr {posargs}
whitelist_externals = bash
find
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:debug]
commands =
find . -type f -name "*.pyc" -delete
oslo_debug_helper {posargs}
[testenv:pep8]
commands = flake8 {posargs}