Mapytex/.drone.yml

10 lines
160 B
YAML
Raw Normal View History

2020-07-17 18:37:00 +00:00
kind: pipeline
name: default
steps:
2020-07-17 18:37:51 +00:00
- name: testing
2020-07-17 18:37:00 +00:00
image: python
commands:
- pip install -r requirements.txt
- pytest --doctest-modules