ovh-bills-pdf/.drone.yml
Dryusdan b806680498
All checks were successful
continuous-integration/drone/push Build is passing
Improve drone and create README.md
2022-04-09 00:31:00 +02:00

20 lines
375 B
YAML

kind: pipeline
type: docker
name: generate
workspace:
path: /src
clone:
depth: 50
steps:
- name: Test ovh-bill
image: python:3.9-alpine
commands:
- apk add --update build-base gcc libc-dev make git libffi-dev openssl-dev python3-dev libxml2-dev libxslt-dev
- pip3 install poetry
- poetry config virtualenvs.create false --local
- poetry install
- pylama