This commit is contained in:
2023-01-19 19:50:39 +00:00
parent 80f0de0e36
commit 635346e082

9
.drone.yaml Normal file
View File

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