From ac02eeb7de1f734352c7013694d8f8346758c26a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Mar 2019 14:26:10 +0100 Subject: Install script: fix uwsgi and extra settings conf --- Makefile.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.example') 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 . -- cgit v1.2.3