Files
a51f8b347ffed85d48b1448f9718b137330a7324
97 lines
2.2 KiB
INI
97 lines
2.2 KiB
INI
[tox]
skipsdist = True
install_command =
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
commands =
HOME
bash
bash -c "rm -rf doc/build"
[doc8]
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
{[testenv:pep8]commands}