Remove sr.ht build

Love sr.ht, but Github actions have multiple python versions.
pull/244/head
Ivan Habunek 2022-12-02 09:25:31 +01:00
rodzic a5d2533297
commit 66f1883b3c
1 zmienionych plików z 0 dodań i 18 usunięć

Wyświetl plik

@ -1,18 +0,0 @@
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