From 4a4552873eabfe0ee8a405f1260d9b2ce614ff39 Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Wed, 16 Nov 2022 09:55:37 +0300 Subject: [PATCH] fix tests --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7c87a65..c482dcb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,9 @@ steps: REDIS_URL: redis://redis:6379/0 commands: - pip install -r requirements.txt --cache-dir=/root/.cache/pip + - pip install coverage coveralls + - python manage.py collectstatic --noinput + - python manage.py migrate --noinput - ./manage.py test volumes: - name: cache