Feat: add a drone for testing
This commit is contained in:
parent
fadd93b9a6
commit
ad6923f8cd
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- pytest --doctest-modules
|
Loading…
Reference in New Issue
Block a user