From 4ec6692e470a516813e136312519439076e03de9 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Fri, 29 Aug 2014 13:22:40 +0200 Subject: [PATCH] Removed python3.4 Travis build since boost-python is not availble. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2047bdf..5e5dbef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,6 @@ matrix: env: - NUMPYSPEC===1.8.0 - SCIPYSPEC===0.13.1 - - python: 3.3 - env: - - NUMPYSPEC===1.8.0 - - SCIPYSPEC===0.13.1 before_install: - sudo add-apt-repository -y ppa:biometrics/bob - sudo apt-get update -qq -- GitLab