Improve drone build
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Dryusdan 2022-04-08 23:58:01 +02:00
parent 74b384b031
commit 3eca38ef51
1 changed files with 2 additions and 4 deletions

View File

@ -12,9 +12,7 @@ steps:
- name: Test ovh-bill
image: python:3.9-alpine
commands:
- apk upgrade
- apk add build-base gcc libc-dev make git libffi-dev openssl-dev python3-dev libxml2-dev libxslt-dev
- export PATH="$HOME/.local/bin:$PATH"
- apk add --update build-base gcc libc-dev make git libffi-dev openssl-dev python3-dev libxml2-dev libxslt-dev
- pip3 install poetry
- poetry install
- /usr/local/bin/pylama
- pylama