add coverage

This commit is contained in:
virusdefender
2017-01-24 13:28:32 +08:00
parent 04fcfcd5be
commit b5e48bb8da
3 changed files with 12 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ install:
- python manage.py initadmin
script:
- flake8 .
- python manage.py test
- coverage run manage.py test
- coverage report