This commit is contained in:
parent
7001dbe550
commit
c808018c21
@ -9,10 +9,9 @@ platform:
|
||||
steps:
|
||||
- name: syntax
|
||||
pull: if-not-exists
|
||||
image: python:3.7-alpine
|
||||
image: python:3.7-slim-buster
|
||||
commands:
|
||||
- apk update
|
||||
- apk add build-base libssl1.1 python3-dev libcurl
|
||||
- pip3 install -U pylint
|
||||
- apt update
|
||||
- apt install pylint
|
||||
- pip3 install -r requirements.txt
|
||||
- pylint *.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user