summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-12 12:27:15 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-12 12:27:15 +0200
commit393b8f766f04a2dbf484691b84d2546a5e30221e (patch)
treea95ffceeea9573272188bd6f260edcf2a70f95f2 /Makefile.example
parent2ec785911afd4fdbb26f626c989b04e3d2793248 (diff)
downloadIshtar-393b8f766f04a2dbf484691b84d2546a5e30221e.tar.bz2
Ishtar-393b8f766f04a2dbf484691b84d2546a5e30221e.zip
CI: add configuration file and adapt Makefile and settings
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 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 .