From 3868a8a540d6c0ea783d35d5bf97b745d88a2331 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Fri, 22 Jun 2018 16:47:38 +0200 Subject: [PATCH] tests? --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..013527d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +pipeline: + build: + image: python + commands: + - python3 -m unittest -v -- 2.25.1