1
0
mirror of synced 2024-11-06 01:18:51 +01:00

Pyflakes should run on the testsuite too

This commit is contained in:
jvoisin 2018-06-22 21:18:22 +02:00
parent 74f2d50433
commit 63b19416ef

View File

@ -16,7 +16,7 @@ pyflakes:
script: script:
- apt-get -qqy update - apt-get -qqy update
- apt-get -qqy install --no-install-recommends pyflakes3 - apt-get -qqy install --no-install-recommends pyflakes3
- pyflakes3 ./libmat2 - pyflakes3 ./libmat2 ./mat2 ./tests/
mypy: mypy:
stage: linting stage: linting