webappify/.drone.yml

11 lines
135 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: python:3
commands:
- pip install -e .
- pip install pytest
- pytest