2016-10-07 00:12:26 -03:00
|
|
|
[tox]
|
2020-02-15 20:14:42 -06:00
|
|
|
minversion = 3.1
|
2016-10-07 00:12:26 -03:00
|
|
|
skipsdist = True
|
|
|
|
envlist = releasenotes
|
2020-02-15 20:14:42 -06:00
|
|
|
ignore_basepython_conflict = True
|
2016-10-07 00:12:26 -03:00
|
|
|
|
2017-06-12 15:58:23 +08:00
|
|
|
[testenv]
|
2020-02-15 20:14:42 -06:00
|
|
|
basepython = python3
|
2020-11-11 09:08:35 +08:00
|
|
|
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
2017-06-12 15:58:23 +08:00
|
|
|
|
2016-10-07 00:12:26 -03:00
|
|
|
[testenv:releasenotes]
|
2018-02-28 14:42:11 +08:00
|
|
|
deps = -r{toxinidir}/doc/requirements.txt
|
2016-10-07 00:12:26 -03:00
|
|
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|