Merge "Add debug testenv in tox"

This commit is contained in:
Jenkins 2016-03-08 19:42:02 +00:00 committed by Gerrit Code Review
commit e51f29176a

11
tox.ini
View File

@ -19,6 +19,17 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
install_command = pip install -U --force-reinstall {opts} {packages}
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug]
commands = oslo_debug_helper {posargs}
[testenv:debug-py27]
basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:debug-py34]
basepython = python3.4
commands = oslo_debug_helper {posargs}
[testenv:py34]
commands =
lockutils-wrapper python setup.py testr --slowest --testr-args='glance.tests.unit'