#16 Try using Drone for CI

Merge realizado
getty mesclou 1 commits de getty/gr/drone-test em getty/master 4 anos atrás
1 arquivos alterados com 12 adições e 0 exclusões
  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