Browse Source

Try adding drone file

Getty Ritter 4 years ago
parent
commit
ea3bf47c1a
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .drone.yml

+ 12 - 0
.drone.yml

@@ -0,0 +1,12 @@
+kind: pipeline
+name: default
+
+steps:
+- name: test
+  image: python
+  commands:
+  - pip install poetry
+  - pip install invoke
+  - inv install
+  - inv test
+  - inv tc