[tox] apicheck: warnings are not errors

This commit is contained in:
Ask Solem 2016-04-08 19:34:05 -07:00
parent 7415ecbc7c
commit a84f8fa316
1 changed files with 1 additions and 1 deletions

View File

@ -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 =