travis: use coverage

This commit is contained in:
PCoder 2017-11-26 04:15:04 +01:00
parent a97fe6645b
commit 5ebc84328d
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ env:
install: "pip install -r requirements.txt"
script:
- flake8
- python manage.py test
- coverage run --source='.' manage.py test dynamicweb -v 3
- coverage report