From 0d9e19671fced0c3eb30167e21487a1804af5eb4 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 6 Mar 2016 12:46:15 +0100 Subject: [PATCH] Travis: build python plugin The Travis image has various python versions installed in /opt, none of which have development headers, and they are first in the PATH. Explicitly use the python in /usr/bin instead. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b20d9a31..03d9dded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,4 +53,4 @@ before_install: perl protobuf-c-compiler python-dev -script: sh build.sh && ./configure && make distcheck +script: sh build.sh && ./configure --with-python=/usr/bin/python && make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-python=/usr/bin/python" -- 2.11.0