From 476e178a3603ec1121dc39d99ec71776f2bbc8ef Mon Sep 17 00:00:00 2001 From: Hao Gao Date: Fri, 4 Jan 2019 11:09:53 +0800 Subject: [PATCH] Delete py35 from CI config file --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1abab4a..5e60636 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,22 +63,6 @@ Python 3.6 K40: artifacts: reports: junit: test/pytest.xml - -Python 3.5 POCL: - script: - - export PY_EXE=python3.5 - - export PYOPENCL_TEST=portable - - export EXTRA_INSTALL="pybind11 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.5 - - pocl - except: - - tags - artifacts: - reports: - junit: test/pytest.xml Python 3.6 POCL: script: -- GitLab