instal dev requirements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f580c7dfc
commit
3b5c36048d
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user