fix drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
weeman 2021-06-15 18:39:11 +02:00
parent dc6c222cea
commit 7738da0b9c
Signed by: weeman
GPG Key ID: 34F0524D4DA694A1

View File

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