Mapytex/.drone.yml

10 lines
171 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
2020-07-18 06:21:50 +00:00
- pytest --doctest-modules ./mapytex/