tox.ini (zun-5.0.0) | : | tox.ini (zun-5.0.1) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
[testenv] | [testenv] | |||
usedevelop = True | usedevelop = True | |||
install_command = pip install {opts} {packages} | install_command = pip install {opts} {packages} | |||
whitelist_externals = bash | whitelist_externals = bash | |||
find | find | |||
rm | rm | |||
setenv = | setenv = | |||
VIRTUAL_ENV={envdir} | VIRTUAL_ENV={envdir} | |||
PYTHONWARNINGS=default::DeprecationWarning | PYTHONWARNINGS=default::DeprecationWarning | |||
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/ upper/master} | deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/up per/ussuri} | |||
-r{toxinidir}/requirements.txt | -r{toxinidir}/requirements.txt | |||
-r{toxinidir}/test-requirements.txt | -r{toxinidir}/test-requirements.txt | |||
commands = | commands = | |||
find . -type f -name "*.py[c|o]" -delete | find . -type f -name "*.py[c|o]" -delete | |||
stestr run {posargs} | stestr run {posargs} | |||
stestr slowest | stestr slowest | |||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY | passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY | |||
skipping to change at line 57 | skipping to change at line 57 | |||
PYTHON=coverage run --source zun --parallel-mode | PYTHON=coverage run --source zun --parallel-mode | |||
commands = | commands = | |||
stestr run {posargs} | stestr run {posargs} | |||
coverage combine | coverage combine | |||
coverage html -d cover | coverage html -d cover | |||
coverage xml -o cover/coverage.xml | coverage xml -o cover/coverage.xml | |||
coverage report | coverage report | |||
[testenv:docs] | [testenv:docs] | |||
basepython = python3 | basepython = python3 | |||
deps = -r{toxinidir}/doc/requirements.txt | deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/up | |||
per/ussuri} | ||||
-r{toxinidir}/doc/requirements.txt | ||||
commands = | commands = | |||
sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html | sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html | |||
[testenv:pdf-docs] | [testenv:pdf-docs] | |||
basepython = python3 | basepython = python3 | |||
envdir = {toxworkdir}/docs | envdir = {toxworkdir}/docs | |||
deps = {[testenv:docs]deps} | deps = {[testenv:docs]deps} | |||
whitelist_externals = | whitelist_externals = | |||
make | make | |||
commands = | commands = | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 4 lines changed or added |