[travis] enable Python layer for testing
authorJonathan L Long <jonlong@cs.berkeley.edu>
Sat, 10 Jan 2015 09:51:39 +0000 (01:51 -0800)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 17 Feb 2015 06:47:30 +0000 (22:47 -0800)
scripts/travis/travis_setup_makefile_config.sh

index e8d85f9..ba32626 100755 (executable)
@@ -19,4 +19,5 @@ PYTHON_INCLUDE := $(ANACONDA_HOME)/include \
 PYTHON_LIB := $(ANACONDA_HOME)/lib
 INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include
 LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib
+WITH_PYTHON_LAYER := 1
 EOF