#16 Try using Drone for CI

Unito
getty ha unito 1 commit da getty/gr/drone-test a getty/master 4 anni fa
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  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