This commit is contained in:
parent
46883644b2
commit
584ad86f33
@ -9,8 +9,10 @@ platform:
|
||||
steps:
|
||||
- name: syntax
|
||||
pull: if-not-exists
|
||||
image: python:3.7
|
||||
image: python:3.7-alpine
|
||||
commands:
|
||||
- apk update
|
||||
- apk add build-base
|
||||
- pip3 install -U pylint
|
||||
- pip3 install -r requirements.txt
|
||||
- apt install -y pylint
|
||||
- pylint *.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user