From 8e99ef402bb12ff857a367243f5df4d79970b868 Mon Sep 17 00:00:00 2001 From: Dietrich Date: Thu, 4 Nov 2021 19:53:58 +0100 Subject: [PATCH] Add drone configuration for automated testing --- .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..b6da6f6 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: test + image: python3-alpine + commands: + - python3 -m unittest