summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-08 14:26:10 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commitac02eeb7de1f734352c7013694d8f8346758c26a (patch)
tree87bba7046a267dd105c1bdb975a66bddfde2149d /Makefile.example
parent10fb6fc7b37cd922be713df61625506db678faa6 (diff)
downloadIshtar-ac02eeb7de1f734352c7013694d8f8346758c26a.tar.bz2
Ishtar-ac02eeb7de1f734352c7013694d8f8346758c26a.zip
Install script: fix uwsgi and extra settings conf
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example
index 7afbe8f04..14e6032a4 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -61,6 +61,9 @@ build_gitlab: clean collectstatic
test_gitlab: build_gitlab
cd $(project); $(PYTHON) manage.py test $(apps)
+soft_test_gitlab: build_gitlab
+ cd $(project); $(PYTHON) manage.py -k test $(apps)
+
pep8:
pep8 --filename=*.py --ignore=W --exclude="manage.py,settings.py,migrations" --statistics --repeat .