diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 13:01:08 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-23 13:01:08 +0200 |
| commit | b48201390d03ff2bb59634294e4b6f023d0ae8b6 (patch) | |
| tree | 9dea08e9dc8dca4e698e61ef1cbd651a7a99a1f5 | |
| parent | 14e0ab0e4161b81abd688d8b84fc88c7a5cc119b (diff) | |
| parent | 01dacc332490e462fd7a1fa817b293a7398d2307 (diff) | |
| download | Ishtar-b48201390d03ff2bb59634294e4b6f023d0ae8b6.tar.bz2 Ishtar-b48201390d03ff2bb59634294e4b6f023d0ae8b6.zip | |
Merge branch 'v0.9' into wheezy
| -rw-r--r-- | Makefile.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.example b/Makefile.example index 4febeea65..3fb45c1b6 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) |
