puppet-watcher/tox.ini
OpenStack Release Bot 182e3392f6 Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I7b272e1cef043f2bb12678c598ce6070c6afe77b
2017-08-24 14:02:10 +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