mirror of https://github.com/celery/kombu.git
[tox] apicheck: warnings are not errors
This commit is contained in:
parent
7415ecbc7c
commit
a84f8fa316
2
tox.ini
2
tox.ini
|
@ -29,7 +29,7 @@ basepython =
|
||||||
|
|
||||||
[testenv:apicheck]
|
[testenv:apicheck]
|
||||||
commands =
|
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]
|
[testenv:linkcheck]
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in New Issue