ovh-scripts/.drone.yml
Kirby 584ad86f33
Some checks failed
continuous-integration/drone/push Build is failing
switching to alpine python
2020-11-28 18:36:20 +01:00

19 lines
279 B
YAML

kind: pipeline
type: docker
name: syntax
platform:
os: linux
arch: arm
steps:
- name: syntax
pull: if-not-exists
image: python:3.7-alpine
commands:
- apk update
- apk add build-base
- pip3 install -U pylint
- pip3 install -r requirements.txt
- pylint *.py