From c67f79a8ac91c6a43cbd23904290d1c401c5c1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Tue, 3 Dec 2019 09:57:05 +0000 Subject: [PATCH] [ci] Add .drone.yml. --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..471e19a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: + - name: python37-tests + image: themattrix/tox + commands: + - tox -- 2.45.2