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

This commit is contained in:
weeman 2021-06-15 18:38:02 +02:00
parent 7e5f8398ff
commit dc6c222cea
Signed by: weeman
GPG Key ID: 34F0524D4DA694A1

View File

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