fix drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
weeman 2021-06-15 18:41:59 +02:00
parent 83b9a699e6
commit 4d167ade7a
Signed by: weeman
GPG Key ID: 34F0524D4DA694A1

View File

@ -9,6 +9,6 @@ steps:
commands: commands:
- 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 --all - pipenv install --dev
- pipenv run flake8 - pipenv run flake8
- pipenv run python -m unittest discover ki - pipenv run python -m unittest discover ki