瀏覽代碼

Merge branch 'gr/drone-test' of getty/lament-configuration into master

getty 4 年之前
父節點
當前提交
b030c736ed
共有 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