From d9bd4dc9cca8f2fe8e8a4eceffd59d0306af3d86 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 24 Apr 2014 15:40:45 +0200 Subject: [PATCH] Fix matplotlib compilation on python3.2 @ TravisCI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03d72ef..841aa83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: include: - python: 3.2 env: - - NUMPYSPEC===1.7.1 + - NUMPYSPEC===1.8.0 - python: 3.3 env: - NUMPYSPEC===1.8.0 -- GitLab