1
0
mirror of synced 2024-05-29 09:28:02 +02:00

Silence a bit the CI

This commit is contained in:
jvoisin 2018-04-11 23:40:35 +02:00
parent 7ec1eff96e
commit bbde340e8a

View File

@ -3,6 +3,6 @@ image: debian
test: test:
script: script:
- apt-get update -qy - 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 run -m unittest discover -s tests/
- python3-coverage report -m --include 'src/*' - python3-coverage report -m --include 'src/*'