From 874b13833f0fa93a3d2642fd18de3a6f9cb63c5a Mon Sep 17 00:00:00 2001 From: boyska Date: Mon, 20 Aug 2018 23:28:25 +0200 Subject: [PATCH] try drone --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..dba635a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +pipeline: + build: + image: python:3.5.2 + commands: + - mkdir -p /tmp/ + - touch /tmp/try # apparently needed + - pip3 install -U wheel + - pip3 install -U pip + - pip3 install . + - python3 setup.py install test