add dronefile

This commit is contained in:
Philipp Rothmann 2022-04-29 15:52:06 +02:00
parent 34d0a73923
commit b8d1998bb3

10
.drone.yml Normal file
View file

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