image: alpine/latest packages: - python3 sources: - https://git.sr.ht/~boringcactus/crowbar-reference-compiler tasks: - setup: | pip install poetry poetry config virtualenvs.create false cd crowbar-reference-compiler poetry install - test: | cd crowbar-reference-compiler poetry run mypy -p crowbar_reference_compiler poetry run python -m unittest