From 7cce807e74be80603169c0aa18e2dbb9264427f9 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 21 Nov 2019 06:53:55 -0600 Subject: [PATCH] Remove Python 2.6 from CI --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1faa517..1c8d95b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,3 @@ -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 - - gfortran - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - Python 2.7: script: - py_version=2.7 -- GitLab