From 38fae60b8beaf9c7b37c65325d2d285e62b6cb85 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 18 May 2018 23:52:40 +0200 Subject: Rename some files to simplify packaging - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90596a5..37f3b01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,14 +9,14 @@ bandit: script: - apt-get -qqy update - apt-get -qqy install --no-install-recommends python3-bandit - - bandit -r ./src --format txt --skip B404,B603 + - bandit -r ./libmat2 --format txt --skip B404,B603 pyflakes: stage: linting script: - apt-get -qqy update - apt-get -qqy install --no-install-recommends pyflakes3 - - pyflakes3 ./src + - pyflakes3 ./libmat2 tests: stage: test @@ -24,4 +24,4 @@ tests: - 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/*' + - python3-coverage report -m --include 'libmat2/*' -- cgit v1.3