summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-04-08 19:33:47 -0700
committerAsk Solem <ask@celeryproject.org>2016-04-08 19:33:47 -0700
commit34fbcc66b71c0b9b1684a34e195948ca9f337e63 (patch)
tree01d05b82eff27003e43e83b45945e18e06d18144
parent6394d5f330fca711f200b5a621b462d7285e9d58 (diff)
downloadpy-amqp-34fbcc66b71c0b9b1684a34e195948ca9f337e63.tar.gz
[tox] apicheck: warnings are not errors
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8fd7630..413ab9e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ basepython =
[testenv:apicheck]
commands =
- sphinx-build -W -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
+ sphinx-build -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
[testenv:linkcheck]
commands =