Merge pull request 'Add Drone config' () from add-drone-ci-config into master

Reviewed-on: 
This commit is contained in:
raoul 2021-05-26 04:01:29 +00:00
commit 12f2e0016b

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
name: default
steps:
- name: test
image: python:3
commands:
- pip install -e .
- pip install pytest
- pytest