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