Make migrations before testing

This commit is contained in:
Yohann D'ANELLO 2020-12-28 18:56:50 +01:00
parent 7ef602c6cd
commit 67b01ea0b3
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ deps =
python-magic~=0.4
whoosh~=2.7
commands =
./manage.py makemigrations
coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
coverage report -m