From ef251bf024cd694d313b47772fe5e7cf80dfc594 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Sun, 19 Apr 2015 17:23:03 +0200 Subject: [PATCH] try python again, 8 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a4180e..35e691e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,8 @@ before_install: #- sudo apt-get install libc6-dbg # # python bindings runtime dependencies + - sudo apt-get update -qq + - sudo apt-get install python-pip texi2html - git clone https://github.com/atgreen/libffi - cd libffi - ./autogen.sh @@ -52,8 +54,7 @@ before_install: - make - sudo make install - cd .. - - sudo apt-get update -qq - - sudo apt-get install python-pip + - sudo pip install cffi # # finally prepare autoconf stuff