fix: explicit install pytest

This commit is contained in:
2021-07-03 19:03:46 +02:00
parent 60943f3423
commit 45fd26ad34

View File

@@ -12,11 +12,13 @@ steps:
image: python:3.8
commands:
- python setup.py install
- pip install pytest
- pytest
- name: Upload coverage report
image: python:3.8
commands:
- python setup.py install
- pip install pytest
- coverage run -m pytest
- codecov -t $CODECOV_TOKEN