From ef9a517b462337c508812fe0a69144cf08e195aa Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 12 Aug 2018 00:11:07 -0500
Subject: [PATCH] [pybind11] Drop the Py2.6 CI

---
 .gitlab-ci.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82b0f349..57ed7d15 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,20 +86,6 @@ Python 3.6 AMD GPU:
   except:
   - tags
 
-Python 2.6 POCL CPU:
-  script:
-  - export PY_EXE=python2.6
-  - export PYOPENCL_TEST=portable
-  - export EXTRA_INSTALL="pybind11 numpy mako"
-  - export NO_DOCTESTS=1
-  - 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:
-  - python2.6
-  - amd-cl-cpu
-  except:
-  - tags
-
 Python 2.7 POCL:
   script:
   - export PY_EXE=python2.7
-- 
GitLab