aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjvoisin <julien.voisin@dustri.org>2018-06-22 21:18:22 +0200
committerjvoisin <julien.voisin@dustri.org>2018-06-22 21:18:22 +0200
commit63b19416ef1e2b81338f5281943ad75bbee49019 (patch)
treeacc21aa1a3d4ad7f39f2482868e30fdef5215ee6 /.gitlab-ci.yml
parent74f2d50433a831787fe7ab791748c8efa854ada2 (diff)
downloadmat2-63b19416ef1e2b81338f5281943ad75bbee49019.tar.gz
mat2-63b19416ef1e2b81338f5281943ad75bbee49019.tar.bz2
mat2-63b19416ef1e2b81338f5281943ad75bbee49019.zip
Pyflakes should run on the testsuite too
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c45ccbc..29b0346 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ pyflakes:
script:
- apt-get -qqy update
- apt-get -qqy install --no-install-recommends pyflakes3
- - pyflakes3 ./libmat2
+ - pyflakes3 ./libmat2 ./mat2 ./tests/
mypy:
stage: linting