This commit is contained in:
parent
8cb8ec5972
commit
412a834655
1 changed files with 10 additions and 4 deletions
14
.drone.yml
14
.drone.yml
|
@ -4,11 +4,17 @@ type: kubernetes
|
||||||
name: python
|
name: python
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
|
||||||
image: python:latest
|
- name: build
|
||||||
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- pip install -q --upgrade pre-commit
|
- echo "this is a dummy build step"
|
||||||
- pre-commit run --all-files
|
|
||||||
|
#- name: test
|
||||||
|
# image: python:latest
|
||||||
|
# commands:
|
||||||
|
# - pip install -q --upgrade pre-commit
|
||||||
|
# - pre-commit run --all-files
|
||||||
# - flake8 --ignore=E501,W503,E265
|
# - flake8 --ignore=E501,W503,E265
|
||||||
# - mypy --ignore-missing-imports ./tenkan/
|
# - mypy --ignore-missing-imports ./tenkan/
|
||||||
# - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/
|
# - pylint --disable=E1101,E0401,C0301,W1514,C0114 ./tenkan/
|
||||||
|
|
Loading…
Reference in a new issue