1
0
Fork 0
mat2/.gitlab-ci.yml

9 lines
323 B
YAML
Raw Normal View History

2018-03-27 20:58:21 +02:00
image: debian
2018-03-25 17:42:29 +02:00
test:
script:
2018-04-14 16:12:32 +02:00
- 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
2018-03-27 20:58:21 +02:00
- python3-coverage run -m unittest discover -s tests/
- python3-coverage report -m --include 'src/*'