From 7e5f8398ff17f6d4d3adc9189354c650fd676c67 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Tue, 15 Jun 2021 18:34:37 +0200 Subject: [PATCH] fix drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bf9988c..56fd87f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,10 @@ name: default steps: - name: qa - image: python3.8-alpine + image: python:3.8-alpine commands: - apk add --no-cache gcc g++ musl-dev python3-dev - pip3 install pipenv - pipenv install --system - flake8 - - python -m unittest discover ki + - python -m unittest discover ki