Codebase list puppet-module-gnocchi / debian/15.4.0-3 tox.ini
debian/15.4.0-3

Tree @debian/15.4.0-3 (Download .tar.gz)

tox.ini @debian/15.4.0-3raw · history · blame

[tox]
minversion = 2.0
skipsdist = True
envlist = releasenotes

[testenv]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}

[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html