puppet-tempest/tox.ini
OpenStack Release Bot 8db5956ea6 Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: If802ab4ebeeb9c6c1024fe0bbc320819f2c03287
2017-08-31 04:52:42 +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