From 4fab43ed312f54a5ae0bec038711deb960e85a6d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 15 Feb 2017 19:46:44 -0600 Subject: [PATCH 1/2] Enable Py 3.6 testing --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 906e8e4b..74a397c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,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 From bfd7c0ec01dffe3fe7429e8a5783f0771482be00 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 21 Jul 2017 10:00:36 -0500 Subject: [PATCH 2/2] Upgrade conda test to symegine 0.3.0 --- .test-conda-env-py3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index c098bd19..d3a25871 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -12,5 +12,5 @@ dependencies: - islpy - pyopencl - python=3.5 -- python-symengine=0.2.0.53.g83912b7=py35_1 +- python-symengine=0.3.0 # things not in here: loopy boxtree pymbolic pyfmmlib meshmode sumpy -- GitLab