From b1738e9bc5b5eba60737d623992c3483f5790ced Mon Sep 17 00:00:00 2001 From: Tiago Pereira Date: Wed, 28 Jun 2017 13:25:38 -0700 Subject: [PATCH] [ci] deprecated python 3.4 --- .gitlab-ci.yml | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 596cace..2045d19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,24 +143,6 @@ deploy_linux_27: - conda-linux -# Linux + Python 3.4: Builds and tests -build_linux_34: - <<: *build_job - variables: &linux_34_build_variables - PYTHON_VERSION: "3.4" - WHEEL_TAG: "py3" - tags: - - conda-linux - -test_linux_34: - <<: *test_job - variables: *linux_34_build_variables - dependencies: - - build_linux_34 - tags: - - conda-linux - - # Linux + Python 3.5: Builds, tests and uploads wheel build_linux_35: <<: *build_job @@ -193,3 +175,30 @@ docs_linux_35: - build_linux_35 tags: - conda-linux + + + +# Linux + Python 3.6: Builds and tests +build_linux_36: + <<: *build_job + variables: &linux_36_build_variables + PYTHON_VERSION: "3.6" + tags: + - conda-linux + +test_linux_36: + <<: *test_job + variables: *linux_36_build_variables + dependencies: + - build_linux_36 + tags: + - conda-linux + +wheels_linux_36: + <<: *wheels_job + variables: *linux_36_build_variables + dependencies: + - build_linux_36 + tags: + - conda-linux + -- 2.21.0