travis: use coverage

This commit is contained in:
PCoder 2017-11-26 04:15:04 +01:00
parent a97fe6645b
commit 5ebc84328d

View file

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