From 2f42cc72fd08290f0914430a0bf033be8c73a6a7 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 25 May 2021 20:58:43 -0700 Subject: [PATCH] Add Drone config --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..76eb74a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +name: default + +steps: +- name: test + image: python:3 + commands: + - pip install -e . + - pip install pytest + - pytest