From c0d466d6d7c93a236739cd9b15d80e653db94362 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 25 Nov 2015 18:41:35 +0000 Subject: [PATCH] force releasenotes warnings to be treated as errors Cherry-pick of: Ibf97c643bd12d8e5d1f0a71d85c020d6bb25b4c7 Change-Id: Ib8ea91990e92fc416f13f62c76e5b31b6ca40b48 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b444617b41..1c400883d0 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,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:py34] commands =