diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 16:08:41 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 16:08:41 +0100 |
commit | 2c42531afff5e4fcd6d28ab8230011b7621bae84 (patch) | |
tree | c0fc81fc6f0aafaa9f9ce0b181452095d82551a7 /.builds | |
parent | b8d5d04bee79dab42e0c67d16e62001f6ea70a20 (diff) |
Install python3-coverage on build.sr.ht
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/debian_stable.yml | 1 | ||||
-rw-r--r-- | .builds/debian_testing.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml index c1cd3d0..c4fdc37 100644 --- a/.builds/debian_stable.yml +++ b/.builds/debian_stable.yml @@ -6,6 +6,7 @@ packages: - python3-xapian - python3-git - python3-nose + - python3-coverage - flake8 sources: - https://git.sr.ht/~valhalla/lesana diff --git a/.builds/debian_testing.yml b/.builds/debian_testing.yml index 224f6bf..a3946d3 100644 --- a/.builds/debian_testing.yml +++ b/.builds/debian_testing.yml @@ -6,6 +6,7 @@ packages: - python3-xapian - python3-git - python3-nose + - python3-coverage - flake8 sources: - https://git.sr.ht/~valhalla/lesana |