puppet-watcher/tox.ini
Takashi Kajinami 2ac8f10d00 Stop overriding install_command
Change-Id: If23a23432032a925d825ed609f44395dfabb9d5e
2025-04-15 23:24:27 +09:00

14 lines
403 B
INI

[tox]
minversion = 3.1
skipsdist = True
envlist = releasenotes
ignore_basepython_conflict = True
[testenv]
basepython = python3
[testenv:releasenotes]
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html