From c823649eefa1e03ab6433b059ca7d69da8e42cc4 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 26 Sep 2018 14:58:47 +0200
Subject: [PATCH] Disable Python 2 tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f46cf1..7e0e3af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,15 +26,6 @@ stages:
       - ${CONDA_ROOT}/pkgs/urls.txt
       - ${CONDA_ROOT}/conda-bld/src_cache
 
-linux_27:
-  <<: *build_job
-  variables:
-    PYTHON_VERSION: "2.7"
-    GITLAB_CHECKOUT_STRATEGY: "https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
-  tags:
-    - docker
-  image: continuumio/conda-concourse-ci
-
 linux_36:
   <<: *build_job
   variables:
@@ -44,13 +35,6 @@ linux_36:
     - docker
   image: continuumio/conda-concourse-ci
 
-macosx_27:
-  <<: *build_job
-  variables:
-    PYTHON_VERSION: "2.7"
-  tags:
-    - macosx
-
 macosx_36:
   <<: *build_job
   variables:
-- 
GitLab