1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-30 06:35:24 +00:00
toot/.build.yml

19 lines
355 B
YAML
Raw Normal View History

2022-11-22 15:25:04 +00:00
image: debian/bookworm
packages:
- python3-venv
sources:
- https://github.com/ihabunek/toot
tasks:
- test: |
cd toot
python3 -m venv venv
. ./venv/bin/activate
pip install -e .
pip install pytest
pip install psycopg2-binary
pytest
triggers:
- action: email
condition: failure
to: ivan@habunek.com