Explorar el Código

Try adding drone file

Getty Ritter hace 4 años
padre
commit
ea3bf47c1a
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