image: alpine/edge packages: - python3 - python3-dev - py3-pip - libffi-dev - openssl-dev sources: - https://code.fmartingr.com/fmartingr/jeeves tasks: - setup: | pip install poetry python3 -V cd jeeves $HOME/.local/bin/poetry install - test: | cd jeeves $HOME/.local/bin/poetry run pytest . --cov=jeeves.core --cov-report html --cov-report term