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