ci(drone): initial pass at CI

This commit is contained in:
George Rawlinson 2021-09-07 20:50:45 +00:00
parent 4cd091c67a
commit bc6f865481
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
kind: pipeline
steps:
- name: test
image: python
commands:
- pip install poetry
- poetry install
- poetry run pytest