From 67c873b9ad1e0232417a1d5a5b92fb47899465c5 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 15 Feb 2017 17:04:38 -0600 Subject: [PATCH] Enable Py3.6 tests --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d960a6f..6ee07ae4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,19 @@ Python 3.5 POCL: except: - tags +Python 3.6 POCL: + script: + - export PY_EXE=python3.6 + - 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.6 + - pocl + except: + - tags + Documentation: script: - EXTRA_INSTALL="numpy mako" -- GitLab