0845ddcc7f
Update tox.ini to pull in the openstack upper constraints when installing the environment for the releasenotes and pull in the test-requirements.txt as well Change-Id: I84f23b7218c5b2da70f8c47efdc1645d625c827e Depends-On: I326f27e880bc9717243258044496d42de50b6972
12 lines
406 B
INI
12 lines
406 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} {opts} {packages}
|
|
|
|
[testenv:releasenotes]
|
|
deps = -rtest-requirements.txt
|
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|