From d2d39f8b4c0e1d9624b83e8a7c5cc001815b6f60 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 16 Jun 2015 20:00:16 -0500 Subject: [PATCH] Tweak CI config --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 659b53c..9ef161f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -Python 2.7: +py2.7: script: - git submodule update --init - py_version=2.7 @@ -8,7 +8,7 @@ Python 2.7: - python2.7 except: - tags -Python 3.4: +py3.4: script: - git submodule update --init - py_version=3.4 @@ -18,7 +18,7 @@ Python 3.4: - python3.4 except: - tags -Python 2.6: +py2.6: script: - git submodule update --init - py_version=2.6 -- GitLab