image: alpine/3.10 packages: - python3=~3.7 - py3-pip - gcc - python3-dev - musl-dev sources: - https://git.sr.ht/~boringcactus/crowbar-reference-compiler tasks: - setup: | pip install --progress-bar off --user poetry PATH=$HOME/.local/bin:$PATH cd crowbar-reference-compiler poetry install - test: | PATH=$HOME/.local/bin:$PATH cd crowbar-reference-compiler poetry run mypy -p crowbar_reference_compiler poetry run python -m unittest