drone: use alpine image (to benefit from pkgs)

master
pictuga 2021-09-08 22:07:21 +02:00
parent 6c1f8da692
commit 5437e40a15
1 changed files with 3 additions and 3 deletions

View File

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