From 0e4b1eacf432fc38bea3f4988ac43cbc71466db2 Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Sat, 18 Apr 2015 20:37:07 +0200 Subject: [PATCH] travis: configure: error: python or cffi is not installed. so a schmarrn --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1bbdbbf..0ce603b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ compiler: - clang - gcc script: - - ./configure --enable-python-binding + - ./configure - make - make check - make test