mirror of https://github.com/celery/kombu.git
Run sphinx checks with two jobs.
This commit is contained in:
parent
293a1a0df3
commit
05878d6790
4
tox.ini
4
tox.ini
|
@ -37,11 +37,11 @@ basepython =
|
|||
|
||||
[testenv:apicheck]
|
||||
commands = pip install -U -r{toxinidir}/requirements/dev.txt
|
||||
sphinx-build -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
|
||||
sphinx-build -j2 -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
|
||||
|
||||
[testenv:linkcheck]
|
||||
commands = pip install -U -r{toxinidir}/requirements/dev.txt
|
||||
sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
|
||||
sphinx-build -j2 -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
|
||||
|
||||
[testenv:flake8]
|
||||
commands =
|
||||
|
|
Loading…
Reference in New Issue