From 63b19416ef1e2b81338f5281943ad75bbee49019 Mon Sep 17 00:00:00 2001 From: jvoisin <julien.voisin@dustri.org> Date: Fri, 22 Jun 2018 21:18:22 +0200 Subject: [PATCH] Pyflakes should run on the testsuite too --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab