diff options
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 |
commit | 393b8f766f04a2dbf484691b84d2546a5e30221e (patch) | |
tree | a95ffceeea9573272188bd6f260edcf2a70f95f2 /Makefile.example | |
parent | 2ec785911afd4fdbb26f626c989b04e3d2793248 (diff) | |
download | Ishtar-393b8f766f04a2dbf484691b84d2546a5e30221e.tar.bz2 Ishtar-393b8f766f04a2dbf484691b84d2546a5e30221e.zip |
CI: add configuration file and adapt Makefile and settings
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 3 |
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 . |