This commit is contained in:
@@ -12,6 +12,6 @@ steps:
|
|||||||
image: python:3.7-slim-buster
|
image: python:3.7-slim-buster
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y pylint libcurl4-openssl-dev libssl-dev
|
- apt install -y pylint libcurl4-openssl-dev libssl-dev python-dev
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- pylint *.py
|
- pylint *.py
|
||||||
|
|||||||
Reference in New Issue
Block a user