|
@@ -26,7 +26,6 @@ deps=
|
|
|
sitepackages = False
|
|
|
recreate = False
|
|
|
commands =
|
|
|
- pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
unit: py.test -xv
|
|
|
integration: py.test -xsv t/integration
|
|
|
setenv =
|
|
@@ -48,24 +47,20 @@ basepython =
|
|
|
|
|
|
[testenv:cov]
|
|
|
commands =
|
|
|
- pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
py.test -xv --cov=celery --cov-report=xml
|
|
|
coverage xml
|
|
|
codecov -e TOXENV --token=bb6ecc30-6d40-4f57-942e-406f5f579198 --required
|
|
|
|
|
|
[testenv:apicheck]
|
|
|
commands =
|
|
|
- pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
sphinx-build -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
|
|
|
|
|
|
[testenv:configcheck]
|
|
|
commands =
|
|
|
- pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
sphinx-build -b configcheck -d {envtmpdir}/doctrees docs docs/_build/configcheck
|
|
|
|
|
|
[testenv:linkcheck]
|
|
|
commands =
|
|
|
- pip install -U -r{toxinidir}/requirements/dev.txt
|
|
|
sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
|
|
|
|
|
|
[testenv:flake8]
|