From 5d2d02dd72b0ea2419e800c42f597fa14e112fd1 Mon Sep 17 00:00:00 2001 From: Miro Ilias Date: Mon, 6 Jun 2016 13:23:27 +0200 Subject: [PATCH] try change libpython package ... --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9b16e6..cb6c02e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,8 +88,9 @@ matrix: # math libraries, can not mix with lapack/atlas packages ! - libblas-dev - libopenblas-dev - # python library, development version - #- libpython2.7 + # python libraries .. + - libpython2.7 + - libpython-all-dev - os: osx osx_image: xcode6.4