Merge "Add debug testenv in tox"
This commit is contained in:
commit
e51f29176a
11
tox.ini
11
tox.ini
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user