summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2016-10-25 20:33:55 -0400
committerChuck Short <chuck.short@canonical.com>2016-10-25 20:35:16 -0400
commit536ceb37042da57fb1384f2022374e387b9cae33 (patch)
tree2701a65efbe13de58aac64b27cd35911773fa85a /tox.ini
parent3adcd0362eb9faeaa76a58c3ebf90e3097b20909 (diff)
downloadtaskflow-536ceb37042da57fb1384f2022374e387b9cae33.tar.gz
Add reno for release notes management
The release management team have indicated this is their preferred way to collect release notes in future. Change-Id: I98383e53b1d78b0bb01b16642d8b8a1b69ad3769 Signed-off-by: Chuck Short <chuck.short@canonical.com>
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 90f31d5..2182e67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,3 +55,6 @@ commands =
python setup.py testr --slowest --testr-args='{posargs}'
sphinx-build -b doctest doc/source doc/build
doc8 --ignore-path "doc/source/history.rst" doc/source
+
+[testenv:releasenotes]
+ommands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html