Coverage checks

This commit is contained in:
Raphael Michel
2014-10-02 10:08:54 +02:00
parent aee250c218
commit c45ea081fa
3 changed files with 11 additions and 1 deletions

View File

@@ -10,4 +10,6 @@ before_script:
- python manage.py check
- python manage.py validate
script:
- python manage.py test
- coverage run manage.py test
after_success:
- coveralls