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 kind: pipeline
name: default name: default
steps: steps:
- name: test - name: test
image: python image: python
commands: commands:
- pip install -r requirements.txt - pip install -r requirements.txt
- pytest - pytest