diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-03 19:23:33 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-03 19:23:33 +0200 |
| commit | 7a8c870226fca16da3df77320fd61c53974f81da (patch) | |
| tree | 9ff06bfe1cbbc938eff7c68fd6cc2c4bb77d0b1f /Makefile.example | |
| parent | 4a2844e0f9586f3bd16576f0e2d162033dd42d63 (diff) | |
| download | Chimère-7a8c870226fca16da3df77320fd61c53974f81da.tar.bz2 Chimère-7a8c870226fca16da3df77320fd61c53974f81da.zip | |
Add CI management
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 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 . |
