This commit is contained in:
parent
6509049309
commit
92ec26e2b8
@ -38,7 +38,7 @@ steps:
|
|||||||
- name: coverage
|
- name: coverage
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
environment:
|
environment:
|
||||||
PRODUCER_REDIS: cache
|
REDIS_URL: "redis://cache"
|
||||||
commands:
|
commands:
|
||||||
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
||||||
- pip3 install --cache-dir='./.pipcache' coverage pytest
|
- pip3 install --cache-dir='./.pipcache' coverage pytest
|
||||||
|
Reference in New Issue
Block a user