Explorar el Código

Merge branch 'gr/drone-test' of getty/lament-configuration into master

getty hace 4 años
padre
commit
b030c736ed
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