From a66bf89cdaef6775615fb0f3de7b39f32ce6b4d8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 12 Jun 2016 00:02:36 -0500 Subject: [PATCH] Bump Py3 CI tests to Py 3.5 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f81e51f..43b36f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,13 +7,13 @@ Python 2.7: - python2.7 except: - tags -Python 3.4: +Python 3.5: script: - - py_version=3.4 + - py_version=3.5 - 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" tags: - - python3.4 + - python3.5 except: - tags Python 2.6: -- GitLab