summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKirill Bespalov <kbespalov@mirantis.com>2016-05-20 17:54:26 +0300
committerKirill Bespalov <kbespalov@mirantis.com>2016-05-20 17:56:23 +0300
commit9a36c18b121562d28ce33f9d31acb8eb54bb4d11 (patch)
tree11d7966c7756034648dbdcf0d39c315c4ca6a699 /tox.ini
parente1cde970287e84faa5d533cce9576d7dea916a8d (diff)
downloadoslo-concurrency-9a36c18b121562d28ce33f9d31acb8eb54bb4d11.tar.gz
Add reno for releasenotes management
An initial patch to add reno and create a base directory for release notes Change-Id: Ie3f6653a27a49d8b2fced3f399b1d4c8f0c95b7c
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 7c55452..a03c1e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,3 +41,6 @@ import_exceptions =
# of the requirements.txt files
deps = pip_missing_reqs
commands = pip-missing-reqs -d --ignore-module=oslo_concurrency* --ignore-file=oslo_concurrency/tests/* --ignore-file=tests/ oslo_concurrency
+
+[testenv:releasenotes]
+commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html