From 7a8c870226fca16da3df77320fd61c53974f81da Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 3 Aug 2016 19:23:33 +0200 Subject: Add CI management --- Makefile.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index e50bace..4ac65cb 100644 --- a/Makefile.example +++ b/Makefile.example @@ -16,6 +16,9 @@ clean: test: clean cd $(project); $(PYTHON) manage.py test chimere +test_gitlab: + cd $(project); $(PYTHON) manage.py test chimere + pep8: pep8 --filename=*.py --ignore=W --exclude="manage.py,settings.py,migrations" --statistics --repeat . -- cgit v1.2.3