Browse Source

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

getty 4 years ago
parent
commit
b030c736ed
1 changed files with 12 additions and 0 deletions
  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