1
0
Fork 0

Silence the `apt` process of the CI

This commit is contained in:
jvoisin 2018-04-14 16:12:32 +02:00
parent bbde340e8a
commit cef5068fe9
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ image: debian
test:
script:
- apt-get update -qy
- 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
- apt-get -qqy update
- apt-get -qqy install --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/*'