yt-local/.drone.yml
2021-08-14 23:13:43 -05:00

11 lines
171 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: python:3.7.3
commands:
- pip install --upgrade pip
- pip install -r requirements-dev.txt
- pytest