Files
4bb9dd7468bc458d12700dc95471cac803cd6b17
openstack-ansible-os_trove /tox.ini

91 lines
1.9 KiB
INI
Raw Normal View History

envlist = docs,linters,functional
[testenv]
/usr/bin/find . -type f -name "*.pyc" -delete
passenv =
http_proxy
HTTP_PROXY
https_proxy
HTTPS_PROXY
no_proxy
NO_PROXY
TESTING_HOME
USER
setenv =
WORKING_DIR={toxinidir}
[testenv:docs]
-r{toxinidir}/doc/requirements.txt
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
doc8 doc
deps = {[testenv:docs]deps}
make -C doc/build/pdf
extensions = .rst
[testenv:releasenotes]
[testenv:venv]
commands =
{posargs}
[testenv:pep8]
commands =
[flake8]
enable-extensions = H106,H203
commands =
[testenv:ansible-syntax]
commands =
[testenv:ansible-lint]
commands =
[testenv:functional]
commands =
commands =
{[testenv:bashate]commands}
{[testenv:ansible-lint]commands}
{[testenv:ansible-syntax]commands}