Forgot the actual coverage package ...

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 14:54:44 +02:00
parent 0f01f2c31a
commit 4c45e615dd
+1
View File
@@ -12,6 +12,7 @@ python:
# - "3.8-dev" # - "3.8-dev"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install pytest-cov
- pip install codecov - pip install codecov
script: script:
- python -m pytest --cov=nw -v - python -m pytest --cov=nw -v