webappify/.drone.yml

11 lines
135 B
YAML
Raw Normal View History

2021-05-26 03:58:43 +00:00
kind: pipeline
name: default
steps:
- name: test
image: python:3
commands:
- pip install -e .
- pip install pytest
- pytest