diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-07 09:39:54 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-07 09:40:04 +0100 |
commit | 385494c666561ddc1b95d35d6c0ce0395ff95e12 (patch) | |
tree | ceba2d1bec5bc950209d104dacec274b9fb0ffe7 | |
parent | 48253e760d3770e06587b51ea89f1ca3b4b16ec5 (diff) |
Disable tests on debian testing
As it is the main development platform anyway.
-rw-r--r-- | .builds/debian_testing.yml | 24 |
1 files changed, 0 insertions, 24 deletions
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 - |