From 41ddd286f9788c9ff30a22645968dadd67711171 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 19 May 2018 00:30:21 +0200 Subject: [PATCH] Drop Py2.6 from CI --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caf2137..bc27c97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,17 +52,6 @@ Python 3.5 Apple: except: - tags -Python 2.6: - script: - - py_version=2.6 - - EXTRA_INSTALL="numpy" - - 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 - except: - - tags - Documentation: script: - EXTRA_INSTALL="numpy" -- GitLab