From c7e13c81f89ad619fc0d4ce8bf2792c5e8c5b624 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Tue, 14 Jan 2020 00:30:28 +0100 Subject: [PATCH] drone ci --- .drone.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..013527d --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,5 @@ +pipeline: + build: + image: python + commands: + - python3 -m unittest -v -- 2.25.1