From 4bcc517326d36cbccd0799c78ac76d23098108ae Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 30 Sep 2018 22:09:53 -0700 Subject: [PATCH] Attempted Drone CI configuration. --- .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 000000000..988cddff2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +pipeline: + build: + image: python:3.7.0-alpine3.8 + commands: + - tox