drone-tutorial-python/.drone.yml

10 satır
125 B
YAML

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