travis: add test
This commit is contained in:
parent
5ebc84328d
commit
59fdf5dd23
1 changed files with 1 additions and 0 deletions
|
@ -9,5 +9,6 @@ env:
|
|||
install: "pip install -r requirements.txt"
|
||||
script:
|
||||
- flake8
|
||||
- python manage.py test -v 3
|
||||
- coverage run --source='.' manage.py test dynamicweb -v 3
|
||||
- coverage report
|
||||
|
|
Loading…
Reference in a new issue