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