Add Drone config

This commit is contained in:
Raoul Snyman 2021-05-25 20:58:43 -07:00
parent 89c533eb10
commit 2f42cc72fd
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
name: default
steps:
- name: test
image: python:3
commands:
- pip install -e .
- pip install pytest
- pytest