Files
a9d5e068ddda44d9aa6fe55e47c224fed022c62f
129 lines
4.2 KiB
INI
129 lines
4.2 KiB
INI
[tox]
[testenv]
# environment used by the -infra templated docs job
commands = {posargs}
[testenv:pep8]
{toxinidir} | xargs flake8 --verbose"
[testenv:ansible-syntax]
ansible-galaxy install \
--ignore-errors \
--syntax-check \
commands =
ansible-galaxy install \
--ignore-errors \
-e "rolename={toxinidir}" \
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html