From: MichaƂ Dulko Date: Thu, 26 Nov 2015 09:15:32 +0000 (+0100) Subject: Force releasenotes warnings to be treated as errors X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=88ebf23944fbeef8923296d433e2019ed36ac092;p=openstack-build%2Fcinder-build.git Force releasenotes warnings to be treated as errors Change-Id: I03a8071114d8d4042ad143b55860e5562d86b34d --- diff --git a/tox.ini b/tox.ini index f331f68ac..960e868fc 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY downloadcache = ~/cache/pip [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 [testenv:common-constraints] install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}