From bc6f865481ad3038e4e6ab65b72c70d9c1d611c8 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 7 Sep 2021 20:50:45 +0000 Subject: [PATCH] ci(drone): initial pass at CI --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..03140a4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline + +steps: + - name: test + image: python + commands: + - pip install poetry + - poetry install + - poetry run pytest