diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-09-16 12:24:58 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-09-16 12:24:58 +0200 |
commit | 87c153d34a0f4e131f8bff5cc814703cbc704cbb (patch) | |
tree | 480f6eedf9a5485355dec16b400e744c1329ab8e /.builds/debian_oldstable.yml.disabled | |
parent | b3e0bcb8da7bea6c0b0636fdf68d0aac6ab74754 (diff) |
Re-enable tests on debian oldstable as long as it is supported.
Diffstat (limited to '.builds/debian_oldstable.yml.disabled')
-rw-r--r-- | .builds/debian_oldstable.yml.disabled | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.builds/debian_oldstable.yml.disabled b/.builds/debian_oldstable.yml.disabled deleted file mode 100644 index b61284a..0000000 --- a/.builds/debian_oldstable.yml.disabled +++ /dev/null @@ -1,24 +0,0 @@ -image: debian/oldstable -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 - |