From deb0294b61e0768311561a4b5d3414ae2f0d6782 Mon Sep 17 00:00:00 2001 From: "Conor.McManus" Date: Mon, 27 May 2019 13:30:45 +0200 Subject: [PATCH] Add ci stuff --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index e69de29..d07e318 100644 --- a/.drone.yml +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: test + image: python + commands: + - ./atmos.py --help \ No newline at end of file