TG-35 : Typo

This commit is contained in:
Clément ARNAUDEAU 2017-01-24 11:28:56 +01:00
parent 1b6d51516d
commit f89b5cbf44
1 changed files with 1 additions and 2 deletions

View File

@ -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