fix: explicit install pytest
This commit is contained in:
@@ -12,11 +12,13 @@ steps:
|
|||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
- pip install pytest
|
||||||
- pytest
|
- pytest
|
||||||
|
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
- pip install pytest
|
||||||
- coverage run -m pytest
|
- coverage run -m pytest
|
||||||
- codecov -t $CODECOV_TOKEN
|
- codecov -t $CODECOV_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user