From 64d1522985c38e135e0405252f3abd371f2194f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 3 Jul 2018 12:59:36 -0400 Subject: [PATCH] Add a CI job for Python 3.7 --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d361470f..b42421f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,19 @@ Python 3.6 POCL: except: - tags +Python 3.7 POCL: + script: + - export PY_EXE=python3.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: + - python3.7 + - pocl + except: + - tags + Python 3.6 POCL CL 1.1: script: - export PY_EXE=python3.5 -- GitLab