Mapytex/.drone.yml

10 lines
157 B
YAML
Raw Normal View History

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