summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2015-12-02 10:04:39 -0600
committerDean Troyer <dtroyer@gmail.com>2015-12-02 14:32:07 -0600
commitafd1b489ff2137ef1ee0eef1ec1c202f2e1ac899 (patch)
tree238f8c06641923d06bbd465f6fd479f6d1898714 /tox.ini
parent40459b25e0584559dd1713a5654138ee3f43acd0 (diff)
downloadpython-openstackclient-afd1b489ff2137ef1ee0eef1ec1c202f2e1ac899.tar.gz
Add reno for release notes management
Change-Id: Iaaf3f9ca7cb431e41adfb2a052e01e2240a63a07
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 240427d9..dd2b7b54 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,6 +33,9 @@ downloadcache = ~/cache/pip
[testenv:docs]
commands = 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]
show-source = True
exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools