From f89b5cbf44bf572e94cf2af9746e6880a08ee662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20ARNAUDEAU?= Date: Tue, 24 Jan 2017 11:28:56 +0100 Subject: [PATCH] TG-35 : Typo --- backend/tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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