浏览代码

Try adding drone file

Getty Ritter 4 年之前
父节点
当前提交
ea3bf47c1a
共有 1 个文件被更改,包括 12 次插入0 次删除
  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