1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 17:58:26 +02:00

Make migrations before testing

This commit is contained in:
Yohann D'ANELLO
2020-12-28 18:56:50 +01:00
parent 7ef602c6cd
commit 67b01ea0b3

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