Ultron/.drone.yml

10 lines
180 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: build
image: python-3.9
commands:
- pip install -r requirements/ci.txt
- pylint ultron --errors-only