Files
b50fae99db9d9762f8700fa91cabc6f61e9eb9ff
devstack-plugin-ceph /tox.ini

43 lines
1.2 KiB
INI
Raw Normal View History

envlist = bashate
[testenv]
usedevelop = False
install_command = pip install {opts} {packages}
[testenv:bashate]
deps = bashate
-not \( -type d -name doc -prune \) \
-type f \
-not -name \*~ \
\( \
-name \*.sh -or \
-name \*rc -or \
-name functions\* -or \
\) \
[testenv:docs]
deps =
commands =
rm -rf doc/build
sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
commands =
sphinx-build -W -b latex doc/source doc/build/pdf
make -C doc/build/pdf