Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-19 19:55:17 +00:00
parent 6c76d83749
commit 3db4323941

View File

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