drone: use alpine image (to benefit from pkgs)
continuous-integration/drone/push Build is failing Details

pictuga 2021-09-08 22:07:21 +02:00
parent c158e65192
commit 77159b99ca
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ steps:
- pip install isort
- isort --check-only --diff .
- name: pylint
image: python:alpine
image: alpine
commands:
- apk add --no-cache py3-lxml
- pip install .
- apk add --no-cache python3 py3-lxml py3-pip py3-wheel
- pip3 install --no-cache-dir .
- pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8