drone: use alpine image (to benefit from pkgs)
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
c158e65192
commit
77159b99ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue