instal dev requirements
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kocsis Richárd 2020-05-14 21:08:09 +02:00
parent 3f580c7dfc
commit 3b5c36048d
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ steps:
PRODUCER_REDIS: cache
commands:
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pip3 install --cache-dir='./.pipcache' -r requirements_dev.txt
- pytest
- name: coverage
@ -41,7 +42,7 @@ steps:
PRODUCER_REDIS: cache
commands:
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pip3 install --cache-dir='./.pipcache' coverage pytest
- pip3 install --cache-dir='./.pipcache' -r requirements_dev.txt
- coverage run -m pytest
- coverage report -m