summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKirill Bespalov <kbespalov@mirantis.com>2016-05-20 18:07:36 +0300
committerKirill Bespalov <kbespalov@mirantis.com>2016-05-20 18:08:13 +0300
commitfd785d2bb6256a154cb24fb251832f4b884b395a (patch)
treecd6795aaf7deed5f139ac985a9c23940b2363065 /tox.ini
parentf5ee730a64c05645f7100d32fc6fc7a54b2faa85 (diff)
downloadoslo-policy-fd785d2bb6256a154cb24fb251832f4b884b395a.tar.gz
Add reno for release notes management
An initial patch to add reno and create a base directory for release notes Change-Id: If7aeb47ca244cfe03a34b8b8a80f0075de5f4b02
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 fed453d..fd3cba9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,3 +36,6 @@ import_exceptions = oslo_policy._i18n
# of the requirements.txt files
deps = pip_missing_reqs
commands = pip-missing-reqs -d --ignore-module=oslo_policy* --ignore-module=pkg_resources --ignore-file=oslo_policy/test.py --ignore-file=oslo_policy/tests/* oslo_policy
+
+[testenv:releasenotes]
+commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html