Skip to content

Commit

Permalink
[travis] enable Python layer for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
longjon committed Jan 10, 2015
1 parent 4911edc commit 641dce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/travis/travis_setup_makefile_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 641dce3

Please sign in to comment.