Codebase list puppet-module-gnocchi / run/6b351ee2-2647-498f-b6f9-0af3fac2cd68/main tox.ini
run/6b351ee2-2647-498f-b6f9-0af3fac2cd68/main

Tree @run/6b351ee2-2647-498f-b6f9-0af3fac2cd68/main (Download .tar.gz)

tox.ini @run/6b351ee2-2647-498f-b6f9-0af3fac2cd68/mainraw · history · blame

[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