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
1 changed files with 9 additions and 0 deletions

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