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 | 68e25739d0a9c9de3f746aa7645a7680cb26c6dc (patch) | |
tree | a95ffceeea9573272188bd6f260edcf2a70f95f2 /Makefile.example | |
parent | 45ff07d64c57efcaa3be35fa5c88a0f3a74cc9f9 (diff) | |
download | Ishtar-68e25739d0a9c9de3f746aa7645a7680cb26c6dc.tar.bz2 Ishtar-68e25739d0a9c9de3f746aa7645a7680cb26c6dc.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 . |