diff --git a/tox.ini b/tox.ini index 1c406800..751809da 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ sitepackages = False recreate = False commands = pip list - pytest -xv --cov=django_celery_beat --cov-report=xml --no-cov-on-fail + pytest -xv --cov=django_celery_beat --cov-report=xml --no-cov-on-fail --cov-report term {posargs} [testenv:apicheck]