mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-14 18:54:27 +00:00
13 lines
250 B
YAML
13 lines
250 B
YAML
image: image: alpine/latest
|
|
sources:
|
|
- https://git.sr.ht/~tsileo/microblog.pub
|
|
packages:
|
|
- python3-dev
|
|
- python3-pip
|
|
- poetry
|
|
tasks:
|
|
- tests |
|
|
cd microblog.pub
|
|
poetry install --no-interaction
|
|
poetry run inv lint
|
|
poetry run inv tests
|