From 385494c666561ddc1b95d35d6c0ce0395ff95e12 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 7 Mar 2021 09:39:54 +0100 Subject: Disable tests on debian testing As it is the main development platform anyway. --- .builds/debian_testing.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .builds/debian_testing.yml (limited to '.builds') diff --git a/.builds/debian_testing.yml b/.builds/debian_testing.yml deleted file mode 100644 index a3946d3..0000000 --- a/.builds/debian_testing.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: debian/testing -packages: - - python3-dateutil - - python3-jinja2 - - python3-ruamel.yaml - - python3-xapian - - python3-git - - python3-nose - - python3-coverage - - 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 - -- cgit v1.2.3