Added coverage

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 14:45:40 +02:00
parent 76abea7a22
commit 15cf41b23d
+3
View File
@@ -12,5 +12,8 @@ python:
# - "3.8-dev"
install:
- pip install -r requirements.txt
- pip install --user codecov
script:
- python -m pytest -v
after_success:
- codecov