Files
puppet-vswitch/tox.ini
OpenStack Release Bot 8d42213561 Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: Ibb69413870e8f76c13065ef45339e7f3c04ef9a6
2017-08-24 14:02:06 +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