Merge pull request 'Add Drone config' (#2) from add-drone-ci-config into master
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #2
This commit is contained in:
commit
12f2e0016b
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