Coverage \o/

This commit is contained in:
Jelle van der Waa 2017-05-16 21:53:55 +02:00
parent 2585c80155
commit 5922d9321a

View File

@ -1,8 +1,11 @@
language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
install: "pip install -r requirements.txt && pip install coveralls"
script:
- python manage.py collectstatic --noinput
- python manage.py test
- coverage run --omit='env*' --source='.' manage.py test
after_success:
- coveralls