From 44a6e162e7bf287763b71c4e4bf974dacfb22615 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 12 Jun 2016 00:01:37 -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 609ef14..bc7599d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,15 +22,15 @@ Python 2.7 POCL: - pocl except: - tags -Python 3.4 POCL: +Python 3.5 POCL: script: - - export PY_EXE=python3.4 + - export PY_EXE=python3.5 - export PYOPENCL_TEST=portable - export EXTRA_INSTALL="numpy mako" - 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 - pocl except: - tags -- GitLab