From e9d6d36ff1454e268394bfb6b7d308d892ee8e3d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 16 Jun 2015 21:12:44 -0500 Subject: [PATCH] Tweak CI config --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ef161f..8748833 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ -py2.7: +Python 2.7: script: - - git submodule update --init - py_version=2.7 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" @@ -8,9 +7,8 @@ py2.7: - python2.7 except: - tags -py3.4: +Python 3.4: script: - - git submodule update --init - py_version=3.4 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" @@ -18,9 +16,8 @@ py3.4: - python3.4 except: - tags -py2.6: +Python 2.6: script: - - git submodule update --init - py_version=2.6 - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" -- GitLab