Compare commits
2 commits
c15c6ceda7
...
990bd8adaa
Author | SHA1 | Date | |
---|---|---|---|
990bd8adaa | |||
1b5f88bd14 |
1 changed files with 13 additions and 0 deletions
13
.drone.yml
Normal file
13
.drone.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: python
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: python:latest
|
||||||
|
commands:
|
||||||
|
- pip install --upgrade pip black flake8 mypy pylint
|
||||||
|
- flake8 --ignore=E501,W503,E265
|
||||||
|
- mypy --ignore-missing-imports .
|
||||||
|
- pylint
|
Loading…
Reference in a new issue