From 758b8c6115a1a2d357cd21380e5d1aadd3fa4d2b Mon Sep 17 00:00:00 2001 From: Florent Fourcot Date: Wed, 30 Aug 2017 14:45:44 +0200 Subject: [PATCH] ci: add some "-3" options for python3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2ad9418f0..b820766540 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,14 +44,14 @@ pyflakes:3: image: "python:3" stage: "test" script: - - "./tools/pyflakes.sh" + - "./tools/pyflakes.sh -3" lint:3: image: "python:3" stage: "test" allow_failure: true script: - - "./tools/weboob_lint.sh" + - "./tools/weboob_lint.sh -3" unittests:3: image: "python:3" -- GitLab