From 6d48fd8d288a8b941bf4e11b0673a5bb950689f0 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 27 Mar 2017 18:05:59 -0500 Subject: [PATCH] Add Python 2.7 test run --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 906e8e4b..7deb4fae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,19 @@ Python 3.5 POCL: except: - tags +Python 2.7 POCL: + script: + - export PY_EXE=python2.7 + - 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: + - python2.7 + - pocl + except: + - tags + Documentation: script: - EXTRA_INSTALL="numpy mako" -- GitLab