From 699d1d7f746c20aea015a350649267476dbde9e6 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <timm.fitschen@ds.mpg.de> Date: Tue, 9 Oct 2018 15:57:58 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52bc1f7e..045285ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ stages: # install pylint setup:install-pylint: stage: setup - tags: [ py34, py35, py36, py37 ] + tags: [ py34 ] script: - pip3 install pylint --user @@ -43,7 +43,7 @@ setup:install-pylint: # pylint everything linting:pylint:python3: stage: linting - tags: [ py34, py35, py36, py37 ] + tags: [ py34 ] script: - make pylint @@ -54,7 +54,7 @@ linting:pylint:python3: # run qunit tests test:qunit: stage: test - tags: [ py34, py35, py36, py37 ] + tags: [ py34 ] artifacts: paths: - qunit.log -- GitLab