fix drone
continuous-integration/drone/push Build was killed Details

This commit is contained in:
weeman 2021-06-15 18:40:53 +02:00
parent 7738da0b9c
commit 83b9a699e6
Signed by: weeman
GPG Key ID: 34F0524D4DA694A1
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ steps:
commands:
- apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv
- pipenv install --all --system
- pipenv install --all
- pipenv run flake8
- pipenv run python -m unittest discover ki