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