Files
b5968acafc3ec334d1b7cdcf97eee4d9bbae322d
puppet-oslo /tox.ini

13 lines
438 B
INI
Raw Normal View History

minversion = 1.6
skipsdist = True
envlist = releasenotes
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html