summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2016-02-23 14:22:14 -0500
committerDoug Hellmann <doug@doughellmann.com>2016-02-23 15:04:49 -0500
commit91cd18ef992c80ed5a40eae3a2f84192a334f7b8 (patch)
treee5586079d99892ff16f8ba47c821714c61f0e239 /tox.ini
parenta78c2fef7c90fb810c71ae9bc06509c354bc82f9 (diff)
downloadoslo-db-91cd18ef992c80ed5a40eae3a2f84192a334f7b8.tar.gz
add reno for release notes management
Change-Id: I6574d2bb21fa8c64290b06ab493f8f7c8b1b7c16 Signed-off-by: Doug Hellmann <doug@doughellmann.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 3397380..a54730f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,6 +39,9 @@ commands =
doc8 -e .rst CONTRIBUTING.rst HACKING.rst README.rst doc/source
python setup.py build_sphinx
+[testenv:releasenotes]
+commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
+
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
ignore = E123,E125