diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.example b/Makefile.example index ddc03452d..53db6cb04 100644 --- a/Makefile.example +++ b/Makefile.example @@ -50,11 +50,6 @@ test: clean test_gitlab: clean # test migrations cd $(project); $(PYTHON) ./manage.py syncdb --noinput - # only necessary on master - cd $(project); $(PYTHON) ./manage.py migrate ishtar_common - cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0013 - cd $(project); $(PYTHON) ./manage.py migrate archaeological_operations 0040 - cd $(project); $(PYTHON) ./manage.py migrate archaeological_files cd $(project); $(PYTHON) ./manage.py migrate cd $(project); $(PYTHON) manage.py test $(apps) |