2016-03-13 19:00:52 -04:00
|
|
|
[tox]
|
2020-02-15 20:56:33 -06:00
|
|
|
minversion = 3.1
|
2016-03-13 19:00:52 -04:00
|
|
|
skipsdist = True
|
|
|
|
envlist = releasenotes
|
2020-02-15 20:56:33 -06:00
|
|
|
ignore_basepython_conflict = True
|
2016-03-13 19:00:52 -04:00
|
|
|
|
2017-05-17 09:49:00 -06:00
|
|
|
[testenv]
|
2020-02-15 20:56:33 -06:00
|
|
|
basepython = python3
|
2017-05-17 09:49:00 -06:00
|
|
|
|
2016-03-13 19:00:52 -04:00
|
|
|
[testenv:releasenotes]
|
2021-09-29 18:21:19 +09:00
|
|
|
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
|
|
|
-r{toxinidir}/doc/requirements.txt
|
2016-03-13 19:00:52 -04:00
|
|
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|