summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
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 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 .