summaryrefslogtreecommitdiff
path: root/.builds/debian_stable.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/debian_stable.yml')
-rw-r--r--.builds/debian_stable.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml
index c4fdc37..7ef54ea 100644
--- a/.builds/debian_stable.yml
+++ b/.builds/debian_stable.yml
@@ -8,15 +8,17 @@ packages:
- python3-nose
- python3-coverage
- flake8
+ - doc8
+ - isort
sources:
- https://git.sr.ht/~valhalla/lesana
tasks:
- test: |
cd lesana
- sh run_coverage
+ sh check coverage
- qa: |
cd lesana
- sh run_qa
+ sh check qa
triggers:
- action: email
condition: failure