#16 Try using Drone for CI

Fusionado
getty fusionados 1 commits de getty/gr/drone-test en getty/master hace 4 años
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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