travis: use coverage
This commit is contained in:
parent
a97fe6645b
commit
5ebc84328d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue