From 67b01ea0b3cabe6b81a7fef8148a8b3220e7f865 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 28 Dec 2020 18:56:50 +0100 Subject: [PATCH] Make migrations before testing --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 38be163..ed5ca15 100644 --- a/tox.ini +++ b/tox.ini @@ -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