Compare commits

..

2 Commits

Author SHA1 Message Date
12f2e0016b Merge pull request 'Add Drone config' (#2) from add-drone-ci-config into master
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #2
2021-05-26 04:01:29 +00:00
2f42cc72fd
Add Drone config 2021-05-25 20:58:43 -07:00

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