charm-deployment-guide/tox.ini

17 lines
423 B
INI

[tox]
minversion = 1.6
envlist = deploy-guide
skipsdist = True
[testenv]
basepython = python3
usedevelop = True
deps = -r{toxinidir}/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:deploy-guide]
commands = sphinx-build -j auto -W -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html
whereto deploy-guide/source/_extra/.htaccess deploy-guide/test/redirect-tests.txt