From 9235151e00c2c6f0f53856e7b80f3a29ee89d154 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Sat, 28 Nov 2015 00:50:51 +0100 Subject: [PATCH] force releasenotes warnings to be treated as errors Per http://lists.openstack.org/pipermail/openstack-dev/2015-November/080521.html, we need to make sure that there are no warnings for reno. Change-Id: I50ce202f82e3213d07c3989780833e18b4c2bf08 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dd5b2dac0694..17172ad43567 100644 --- a/tox.ini +++ b/tox.ini @@ -127,7 +127,7 @@ commands = {[testenv:docs]commands} commands = bandit -c bandit.yaml -r nova -n 5 -ll [testenv:releasenotes] -commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html +commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] # E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126