1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 12:23:00 +00:00

install-poetry script

This commit is contained in:
Jörn-Michael Miehe 2021-10-14 19:51:52 +02:00
parent 0adc2c1923
commit 8a28730954

View file

@ -6,9 +6,10 @@ steps:
- name: pytest
image: python:3.6-alpine3.13
commands:
- wget -O- https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
- source $HOME/.poetry/env && poetry install
- source $HOME/.poetry/env && poetry run pytest
- apk add --no-cache g++ libffi-dev
- wget -O- https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python3 -
- /root/.local/bin/poetry install
- /root/.local/bin/poetry run pytest
- name: docker
image: plugins/docker