Browse Source

try drone

boyska 5 years ago
parent
commit
874b13833f
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .drone.yml

+ 11 - 0
.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