From f3e8750ff1f8ec96259de9143d689543b108508c Mon Sep 17 00:00:00 2001 From: ricsik52 Date: Thu, 14 May 2020 20:50:22 +0200 Subject: [PATCH] pytest is missing for some reason --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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