From d8eb6ea675375c743f0108eafbb33a462c28f5cb Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 26 May 2014 19:28:00 +0200
Subject: [PATCH] Build on Python 3.3 failing because we lack boost.python
 support (removed)

---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 75791a7..8436b67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,6 @@ matrix:
     - python: 3.2
       env:
         - NUMPYSPEC===1.7.1
-    - python: 3.3
-      env:
-        - NUMPYSPEC===1.8.0
 before_install:
   - sudo add-apt-repository -y ppa:biometrics/bob
   - sudo add-apt-repository -y ppa:biometrics/bob.preview
-- 
GitLab