travis: add test

This commit is contained in:
PCoder 2017-11-26 04:35:46 +01:00
parent 5ebc84328d
commit 59fdf5dd23

View file

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