summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-06-22 21:18:22 +0200
committerjvoisin2018-06-22 21:18:22 +0200
commit63b19416ef1e2b81338f5281943ad75bbee49019 (patch)
treeacc21aa1a3d4ad7f39f2482868e30fdef5215ee6
parent74f2d50433a831787fe7ab791748c8efa854ada2 (diff)
Pyflakes should run on the testsuite too
-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:
16 script: 16 script:
17 - apt-get -qqy update 17 - apt-get -qqy update
18 - apt-get -qqy install --no-install-recommends pyflakes3 18 - apt-get -qqy install --no-install-recommends pyflakes3
19 - pyflakes3 ./libmat2 19 - pyflakes3 ./libmat2 ./mat2 ./tests/
20 20
21mypy: 21mypy:
22 stage: linting 22 stage: linting