diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1abab4a6acfecefea52df06d433a3f0cc3f40578..5e606365e63f20659636259ecb5eff41300a0162 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: