Files
puppet-barbican/tox.ini
OpenStack Release Bot 45fb08b906 Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: Ie8f1f35eb48641535f6d537d3d163e767dfcc47c
2017-08-24 13:59:57 +00:00

12 lines
432 B
INI

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