Add CI/CD to test code
continuous-integration/drone Build is failing Details

This commit is contained in:
Dryusdan 2022-04-08 18:57:07 +02:00
parent ec5f51058d
commit a32bf6162f
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline
type: docker
name: generate
workspace:
path: /src
clone:
depth: 50
steps:
- name: Test ovh-bill
image: python:3.9-alpine
commands:
- pip3 install poetry
- poetry install
- pylama