diff --git a/.drone.yml b/.drone.yml index 91ece58..258d8e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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