From 393b8f766f04a2dbf484691b84d2546a5e30221e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Aug 2016 12:27:15 +0200 Subject: CI: add configuration file and adapt Makefile and settings --- Makefile.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 32bf03f9a..586055e90 100644 --- a/Makefile.example +++ b/Makefile.example @@ -47,6 +47,9 @@ update: clean syncdb compilemessages collectstatic test: clean cd $(project); $(PYTHON) manage.py test $(apps) +test_gitlab: clean + cd $(project); $(PYTHON) manage.py test $(apps) + pep8: pep8 --filename=*.py --ignore=W --exclude="manage.py,settings.py,migrations" --statistics --repeat . -- cgit v1.2.3