From de9f86e2ce91aff4cc136b359435846636c3935d Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Fri, 4 Sep 2020 17:47:44 +0200 Subject: [PATCH] Drone pipeline met unit test toegevoegd --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..08ca00b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: Run unit test + commands: + - python -m unittest lmwsip