puppet-modulesync-configs/moduleroot/tox.ini.erb
Takashi Kajinami aa473cfb6e Modernize tox.ini
... based on the files in each module repository.

Change-Id: I10d9ca47790d529d4aab576ce3dcaeabcd59e537
2023-10-12 23:25:51 +09:00

14 lines
403 B
Plaintext

[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