travis: add test

This commit is contained in:
PCoder 2017-11-26 04:35:46 +01:00
parent 5ebc84328d
commit 59fdf5dd23
1 changed files with 1 additions and 0 deletions

View File

@ -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