diff --git a/tox.ini b/tox.ini index 2f451600..9970596c 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ deps = drf312: djangorestframework>=3.12,<3.13 drflatest: djangorestframework commands = - python -Wd -m pytest --cov {posargs} - coverage report xml + python -Wd coverage -m pytest {posargs} + coverage report [testenv:quality] setenv =