summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorkairat_kushaev <kkushaev@mirantis.com>2016-02-11 11:17:01 +0300
committerFlavio Percoco <fpercoco@redhat.com>2016-02-11 11:58:19 +0000
commita49ce80db6662a3275ba504cd667723e6638cd62 (patch)
tree15cd53a6bf884e116f2e9a8dfff7bc433646f95c /tox.ini
parent81125236b9e8409f46a1d900008c753b50e8a529 (diff)
downloadpython-glanceclient-a49ce80db6662a3275ba504cd667723e6638cd62.tar.gz
Add reno to glanceclient
Add possibility to generate release notes to glanceclient. We need this because it helps to prepare good documentation and provide useful info to Openstack users. Change-Id: Ifce2df8ac5f3a14518a758d748964e7201a75291
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 5c734c1..0e14775 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,6 +34,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
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]
# H233 Python 3.x incompatible use of print operator
# H303 no wildcard import