Update dron ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kirby 2020-11-28 18:42:37 +01:00
parent 584ad86f33
commit 7001dbe550

View File

@ -12,7 +12,7 @@ steps:
image: python:3.7-alpine image: python:3.7-alpine
commands: commands:
- apk update - apk update
- apk add build-base - apk add build-base libssl1.1 python3-dev libcurl
- pip3 install -U pylint - pip3 install -U pylint
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- pylint *.py - pylint *.py