This commit is contained in:
@@ -12,7 +12,7 @@ steps:
|
||||
image: python:3.7-alpine
|
||||
commands:
|
||||
- apk update
|
||||
- apk add build-base
|
||||
- apk add build-base libssl1.1 python3-dev libcurl
|
||||
- pip3 install -U pylint
|
||||
- pip3 install -r requirements.txt
|
||||
- pylint *.py
|
||||
|
||||
Reference in New Issue
Block a user