From 2c155d2f7e49ce2e7bc67d74a1d391dda694ca72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 13 Jan 2019 19:15:09 +0100 Subject: [PATCH] CI: Drop Py35, add Py36 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0193895..c1ad550 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,14 +26,14 @@ Python 2.7: reports: junit: test/pytest.xml -Python 3.5: +Python 3.6: script: - - export PY_EXE=python3.5 + - export PY_EXE=python3.6 - export 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: - - python3.5 + - python3.6 except: - tags artifacts: -- GitLab