drone-tutorial-python/.drone.yml

10 lines
125 B
YAML
Raw Permalink Normal View History

2019-02-02 23:21:23 +00:00
kind: pipeline
name: default
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- pytest