Added coveralls to travis build file.

This commit is contained in:
2017-12-16 15:30:09 +01:00
parent 9d08fd003c
commit a1ece26481

View File

@@ -5,3 +5,7 @@ install:
- pip install -r requirements.txt
script: pytest
after_success:
- coverage run -m pytest
- coveralls