Install dependencies before running setup.

This commit is contained in:
2021-07-04 16:15:35 +02:00
parent 6ecf05bb39
commit d568f9c92c

View File

@@ -19,8 +19,8 @@ steps:
- name: Upload coverage report
image: python:3.8
commands:
- python setup.py install
- pip install -r requirements-dev.txt
- python setup.py install
- coverage run -m pytest
- codecov -t $CODECOV_TOKEN
environment: