|
@@ -40,6 +40,8 @@ basepython =
|
|
commands =
|
|
commands =
|
|
pip install -U -r{toxinidir}/requirements/dev.txt
|
|
pip install -U -r{toxinidir}/requirements/dev.txt
|
|
py.test -xv --cov=celery --cov-report=xml
|
|
py.test -xv --cov=celery --cov-report=xml
|
|
|
|
+ coverage xml
|
|
|
|
+ codecov -e TOXENV --required
|
|
|
|
|
|
[testenv:apicheck]
|
|
[testenv:apicheck]
|
|
commands =
|
|
commands =
|