Add coverage to Makefile

This commit is contained in:
Valentin Samir
2016-06-25 11:26:56 +02:00
parent 64b90c5077
commit 269cfb463b
2 changed files with 9 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
*.pyc
*.egg-info
*~
*.swp
build/
bootstrap3
@ -10,3 +12,5 @@ manage.py
.tox
test_venv
.coverage
htmlcov/