install requirements in coverage step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kocsis Richárd 2020-05-14 20:48:47 +02:00
parent 32f104df7c
commit c50cd6b23a

View File

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