From 161035c362456720d45dff4b682f9a4ae500951d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Wed, 9 Jan 2019 17:36:12 +0100 Subject: [PATCH] Nix Py3.5 CI --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2e0a30..67658a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,21 +28,6 @@ Python 2.7: reports: junit: test/pytest.xml -Python 3.5: - script: - - py_version=3.5 - - EXTRA_INSTALL="numpy scipy" - - 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 - - gfortran - except: - - tags - artifacts: - reports: - junit: test/pytest.xml - Python 3.6: script: - py_version=3.6 -- GitLab