summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2017-08-08 22:03:54 +0000
committerTim Burke <tim.burke@gmail.com>2017-08-08 22:03:59 +0000
commited0858a4e4f94b723bb93b71142f88c318992cfe (patch)
treeb2b71e778d2d159bc1698c67793f94ff85027d4c /tox.ini
parente1945ea0fac3badd23013b5b559be1f8a79bf114 (diff)
downloadpython-swiftclient-ed0858a4e4f94b723bb93b71142f88c318992cfe.tar.gz
Add releasenotes tox env
After this, we need to * add release notes jobs for python-swiftclient in openstack-infra/project-config * add release notes links for python-swiftclient in openstack/releases For the corresponding change in the swift repo, see I4e5f1ce1fcfbb2943036c821a24a0b4a3a2d9fc8 Change-Id: Iea6ed2ee26873edb3ef10146cdc906cf1a236255
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 df01bf8..1be9a39 100644
--- a/tox.ini
+++ b/tox.ini
@@ -71,3 +71,6 @@ exclude = .venv,.tox,dist,doc,*egg
usedevelop = False
deps = bindep
commands = bindep test
+
+[testenv:releasenotes]
+commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html