switching to alpine python
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kirby 2020-11-28 18:36:20 +01:00
parent 46883644b2
commit 584ad86f33

View File

@ -9,8 +9,10 @@ platform:
steps:
- name: syntax
pull: if-not-exists
image: python:3.7
image: python:3.7-alpine
commands:
- apk update
- apk add build-base
- pip3 install -U pylint
- pip3 install -r requirements.txt
- apt install -y pylint
- pylint *.py