summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-10-18 14:30:16 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-11-01 15:43:10 +0800
commita5a40aca7df86efdaf11d649103db20f89a13642 (patch)
tree828190757cb5d56317656b15da16256144ef16fb /tox.ini
parente98815718dc29ea6e39e50a318d7e1e8bc4d4698 (diff)
downloadoslo-utils-a5a40aca7df86efdaf11d649103db20f89a13642.tar.gz
Add reno for release notes management
Closes-Bug: #1634356 Change-Id: I6462e42df2a28cd63d6059ef5320cec3ca1473d9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f355333..f48acbd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,3 +38,6 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
# of the requirements.txt files
deps = pip_missing_reqs
commands = pip-missing-reqs -d --ignore-module=oslo_utils* --ignore-module=pkg_resources --ignore-file=oslo_utils/test.py --ignore-file=oslo_utils/tests/* oslo_utils
+
+[testenv:releasenotes]
+commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html