diff options
| -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 | 
