Mapytex/.drone.yml
2020-08-20 16:57:17 +02:00

10 lines
160 B
YAML

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