From 92ec26e2b8095bf41297356914470fd09d613986 Mon Sep 17 00:00:00 2001 From: ricsik52 Date: Thu, 14 May 2020 21:24:08 +0200 Subject: [PATCH] fix coverage --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 56f00cd..f1ad0c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: - name: coverage image: python:3.8 environment: - PRODUCER_REDIS: cache + REDIS_URL: "redis://cache" commands: - pip3 install --cache-dir='./.pipcache' -r requirements.txt - pip3 install --cache-dir='./.pipcache' coverage pytest