From ddf69d966e37fa27377818bdb60b945be24f3afe Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 4 May 2017 16:38:16 +0200
Subject: [PATCH] Drop python 3.6 CI for now

---
 .gitlab-ci.yml | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6489c109..5828c802 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -177,24 +177,6 @@ docs_linux_35:
     - conda-linux
 
 
-# Linux + Python 3.6: Builds and tests
-build_linux_36:
-  <<: *build_job
-  variables: &linux_36_build_variables
-    PYTHON_VERSION: "3.6"
-    WHEEL_TAG: "py3"
-  tags:
-    - conda-linux
-
-test_linux_36:
-  <<: *test_job
-  variables: *linux_36_build_variables
-  dependencies:
-    - build_linux_36
-  tags:
-    - conda-linux
-
-
 # Mac OSX + Python 2.7: Builds and tests
 build_macosx_27:
   <<: *build_job
@@ -229,21 +211,3 @@ test_macosx_35:
     - build_macosx_35
   tags:
     - conda-macosx
-
-
-# Mac OSX + Python 3.6: Builds and tests
-build_macosx_36:
-  <<: *build_job
-  variables: &macosx_36_build_variables
-    PYTHON_VERSION: "3.6"
-    WHEEL_TAG: "py3"
-  tags:
-    - conda-macosx
-
-test_macosx_36:
-  <<: *test_job
-  variables: *macosx_36_build_variables
-  dependencies:
-    - build_macosx_36
-  tags:
-    - conda-macosx
-- 
GitLab