Files
cfb253db093d8a1508da4886b9178427dec232b0
134 lines
4.5 KiB
INI
134 lines
4.5 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 =
https://gist.githubusercontent.com/cliffano/9868180/raw/f360f306b3c6d689734a6aa8773a00edf16a0054/human_log.py
ansible-galaxy install \
--ignore-errors \
-e "rolename={toxinidir}" \
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html