From 3e6f4a5a21116bf9235229142ac92c0a9f9ac7c2 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 30 Jan 2018 19:03:31 -0800 Subject: [PATCH] python! --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1446eed..b4d5acc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - make install_deps - source setup.bash script: - - make && make test + - CMAKE_ARGS=-DPYTHON_EXECUTABLE=$(which python2) make && make test