summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-04-08 19:34:05 -0700
committerAsk Solem <ask@celeryproject.org>2016-04-08 19:34:05 -0700
commita84f8fa3164cbac6ab597dda8c7b4cc9ed86becc (patch)
tree72b9be1bd2995e4473e49793102dc02b3ae0c111 /tox.ini
parent7415ecbc7c011c212776a6e650b5e02522f71b92 (diff)
downloadkombu-a84f8fa3164cbac6ab597dda8c7b4cc9ed86becc.tar.gz
[tox] apicheck: warnings are not errors
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 02364c40..84799bdf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,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 =