summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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