This commit is contained in:
parent
834b214dcf
commit
6d98a877e1
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: syntax
|
||||
|
||||
steps:
|
||||
- name: syntax
|
||||
pull: if-not-exists
|
||||
image: python-3-7
|
||||
commands:
|
||||
- pip3 install -r requirements.txt
|
||||
- pylint *.py
|
||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
argparse
|
||||
pycurl
|
||||
ovh
|
||||
requests
|
||||
Loading…
x
Reference in New Issue
Block a user