diff options
| author | jvoisin | 2018-06-22 21:18:22 +0200 |
|---|---|---|
| committer | jvoisin | 2018-06-22 21:18:22 +0200 |
| commit | 63b19416ef1e2b81338f5281943ad75bbee49019 (patch) | |
| tree | acc21aa1a3d4ad7f39f2482868e30fdef5215ee6 /.gitlab-ci.yml | |
| parent | 74f2d50433a831787fe7ab791748c8efa854ada2 (diff) | |
Pyflakes should run on the testsuite too
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 | ||
| 21 | mypy: | 21 | mypy: |
| 22 | stage: linting | 22 | stage: linting |
