diff --git a/backend/tox.ini b/backend/tox.ini index 0ab37a0..88559b7 100644 --- a/backend/tox.ini +++ b/backend/tox.ini @@ -6,8 +6,7 @@ exclude = .git, app/static, app/templates, tox.ini skipsdist = True [testenv] -commands= -coverage run --source app/api,app/tools manage.py -t runtests +commands = coverage run --source app/api,app/tools manage.py -t runtests coverage report -m coverage xml coverage html