try python again, 8

This commit is contained in:
TLINDEN
2015-04-19 17:23:03 +02:00
parent 62a308188a
commit ef251bf024

View File

@@ -45,6 +45,8 @@ before_install:
#- sudo apt-get install libc6-dbg #- sudo apt-get install libc6-dbg
# #
# python bindings runtime dependencies # python bindings runtime dependencies
- sudo apt-get update -qq
- sudo apt-get install python-pip texi2html
- git clone https://github.com/atgreen/libffi - git clone https://github.com/atgreen/libffi
- cd libffi - cd libffi
- ./autogen.sh - ./autogen.sh
@@ -52,8 +54,7 @@ before_install:
- make - make
- sudo make install - sudo make install
- cd .. - cd ..
- sudo apt-get update -qq
- sudo apt-get install python-pip
- sudo pip install cffi - sudo pip install cffi
# #
# finally prepare autoconf stuff # finally prepare autoconf stuff