drone-tutorial-python/.drone.yml
Matthias Neeracher 46dcb254b4
All checks were successful
continuous-integration/drone/push Build is passing
Update README.md
2019-02-03 03:36:29 +01:00

10 lines
125 B
YAML

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