summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSylvain Bauza <sbauza@redhat.com>2015-11-23 21:01:40 +0100
committerSylvain Bauza <sbauza@redhat.com>2015-11-23 21:03:34 +0100
commit3e8cee01d5f3a6678cb641f81f88782f57a8c61a (patch)
tree10a8569cce2a2c64ef6743b8df3fef8ac164462d /tox.ini
parent6c3df9d141df8a89b28b0b5b7276b43485a59b8b (diff)
downloadpython-novaclient-3e8cee01d5f3a6678cb641f81f88782f57a8c61a.tar.gz
Add reno for release notes management
Since reno is the new tool for Relnotes, we need to add it to novaclient and provide some Sphinx docs for Liberty and Mitaka. Change-Id: Ie42642a0e0037311cfa14cd8bf6b7041b62a4675
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3ac09aef..6fe9d7ba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,8 @@ commands = {posargs}
commands =
python setup.py build_sphinx
+[testenv:releasenotes]
+commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:functional]
@@ -54,7 +56,7 @@ downloadcache = ~/cache/pip
# Additional checks are also ignored on purpose: F811, F821
ignore = F811,F821,H404,H405
show-source = True
-exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py
+exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py,releasenotes
[hacking]
import_exceptions = novaclient.i18n