#16 Try using Drone for CI

マージされた
getty 4 年 前 に 1 件のコミットが getty/gr/drone-test から getty/master にマージされました
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