pytest is missing for some reason
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kocsis Richárd 2020-05-14 20:50:22 +02:00
parent c50cd6b23a
commit f3e8750ff1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ steps:
PRODUCER_REDIS: cache
commands:
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pip3 install --cache-dir='./.pipcache' coverage
- pip3 install --cache-dir='./.pipcache' coverage pytest
- coverage run -m pytest test.py
- coverage report -m