From fa586880a65290c0b95af14f4628b5e6b2136938 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Mon, 1 Jun 2015 14:36:39 +0200
Subject: [PATCH] Fixed evaluate script to run on travis

---
 bob/bio/base/script/evaluate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/base/script/evaluate.py b/bob/bio/base/script/evaluate.py
index df1e7488..9b1afb7a 100644
--- a/bob/bio/base/script/evaluate.py
+++ b/bob/bio/base/script/evaluate.py
@@ -29,7 +29,7 @@ import numpy, math
 import os
 
 # matplotlib stuff
-import matplotlib
+import matplotlib; matplotlib.use('pdf') #avoids TkInter threaded start
 from matplotlib import pyplot
 from matplotlib.backends.backend_pdf import PdfPages
 
-- 
GitLab