drone: use alpine image (to benefit from pkgs)
parent
6c1f8da692
commit
5437e40a15
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue