Add Drone config
This commit is contained in:
parent
89c533eb10
commit
2f42cc72fd
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python:3
|
||||
commands:
|
||||
- pip install -e .
|
||||
- pip install pytest
|
||||
- pytest
|
Loading…
Reference in New Issue
Block a user