From 25f004a2ee16a251e13d032e99643daa85313372 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 28 Sep 2017 18:15:58 +0200
Subject: [PATCH] remove python 35 dependencies

---
 templates/gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/gitlab-ci.yml b/templates/gitlab-ci.yml
index 04a7060..7120af5 100644
--- a/templates/gitlab-ci.yml
+++ b/templates/gitlab-ci.yml
@@ -120,10 +120,10 @@ build_macosx_36:
     - ./_ci/deploy.sh
   dependencies:
     - build_linux_27
-    - build_linux_35
+    # - build_linux_35
     - build_linux_36
     - build_macosx_27
-    - build_macosx_35
+    # - build_macosx_35
     - build_macosx_36
   tags:
     - deployer
-- 
GitLab