Browse Source

Attempted Drone CI configuration.

Dan Helfman 6 years ago
parent
commit
4bcc517326
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .drone.yml

+ 5 - 0
.drone.yml

@@ -0,0 +1,5 @@
+pipeline:
+  build:
+    image: python:3.7.0-alpine3.8
+    commands:
+      - tox