2016-03-13 22:58:58 +00:00
|
|
|
[tox]
|
|
|
|
minversion = 1.6
|
|
|
|
skipsdist = True
|
|
|
|
envlist = releasenotes
|
|
|
|
|
2017-05-17 14:24:29 +00:00
|
|
|
[testenv]
|
|
|
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
|
|
|
|
2016-03-13 22:58:58 +00:00
|
|
|
[testenv:releasenotes]
|
2017-06-12 07:52:24 +00:00
|
|
|
deps = -r{toxinidir}/test-requirements.txt
|
2016-03-13 22:58:58 +00:00
|
|
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|