Skip to content

Commit

Permalink
Correct Python path
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Oct 7, 2016
1 parent d276ef5 commit 52db5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ before_install:
brew install python
brew install swig
export HDF5_DIR="/usr/local"
export PYTHON_DIR="/usr/local"
export PYTHON_DIR="/usr/local/Cellar/python/2.7.12_1/Frameworks/Python.framework/Versions/2.7"
fi
- |
if [ `uname` = Linux ]; then
Expand Down

0 comments on commit 52db5d2

Please sign in to comment.