diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 16:01:12 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 16:01:18 +0100 |
commit | b8d5d04bee79dab42e0c67d16e62001f6ea70a20 (patch) | |
tree | 23896fb4e0748ac2c7f24bc7c1746f46e43eff69 | |
parent | 622e7cadd26f7f70294569a24226479ead4bd12b (diff) |
Run tests also on debian testing
-rw-r--r-- | .builds/debian_testing.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.builds/debian_testing.yml b/.builds/debian_testing.yml new file mode 100644 index 0000000..224f6bf --- /dev/null +++ b/.builds/debian_testing.yml @@ -0,0 +1,23 @@ +image: debian/testing +packages: + - python3-dateutil + - python3-jinja2 + - python3-ruamel.yaml + - python3-xapian + - python3-git + - python3-nose + - flake8 +sources: + - https://git.sr.ht/~valhalla/lesana +tasks: + - test: | + cd lesana + sh run_coverage + - qa: | + cd lesana + sh run_qa +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org + |