summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-11 17:50:00 +0000
committerGerrit Code Review <review@openstack.org>2016-08-11 17:50:00 +0000
commit1fd6270c2ec425cb6f9bb3742fabfc6015bcb92f (patch)
tree82cdf2c965fe146466c26616714e3e75f27df690 /tox.ini
parentb43fb3e5778f076d62ed7d8ba6efa888b267cdec (diff)
parent55e728897dd1fa095cd9d6018250aa455d1448bb (diff)
downloadceilometermiddleware-1fd6270c2ec425cb6f9bb3742fabfc6015bcb92f.tar.gz
Merge "Add reno for release notes management"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 58b6b0e..5e1db08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
-envlist = py34,py35,py27,pypy,pep8
+envlist = py34,py35,py27,pypy,pep8,releasenotes
skipsdist = True
[testenv]
@@ -28,6 +28,9 @@ commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
+[testenv:releasenotes]
+commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
+
[flake8]
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build