Update '.drone.yml'

This commit is contained in:
2023-01-19 19:51:59 +00:00
parent 635346e082
commit 6c76d83749

9
.drone.yml Normal file
View File

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