Skip to content
Snippets Groups Projects
Commit bbde340e authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Silence a bit the CI

parent 7ec1eff9
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ image: debian
test:
script:
- apt-get update -qy
- apt-get install -qy --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage
- apt-get install -qqy --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage
- python3-coverage run -m unittest discover -s tests/
- python3-coverage report -m --include 'src/*'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment