diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2015-12-02 10:04:39 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-12-02 14:32:07 -0600 |
| commit | afd1b489ff2137ef1ee0eef1ec1c202f2e1ac899 (patch) | |
| tree | 238f8c06641923d06bbd465f6fd479f6d1898714 /tox.ini | |
| parent | 40459b25e0584559dd1713a5654138ee3f43acd0 (diff) | |
| download | python-openstackclient-afd1b489ff2137ef1ee0eef1ec1c202f2e1ac899.tar.gz | |
Add reno for release notes management
Change-Id: Iaaf3f9ca7cb431e41adfb2a052e01e2240a63a07
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
