Skip to content

Commit

Permalink
try fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Nov 6, 2017
1 parent c7b596c commit b4f2907
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ conda info -a
conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION casacore=2.3.0

echo "measures.directory: $HOME/data" > $HOME/.casarc


if [ "$TRAVIS_OS_NAME" = osx ]; then
if [ "$PYTHONVERSION" = "2.7" ]; then
true
else
ln -s /Users/travis/miniconda/envs/testenv/lib/libboost_python-mt.dylib /Users/travis/miniconda/envs/testenv/lib/libboost_python3-mt.dylib
fi
fi

0 comments on commit b4f2907

Please sign in to comment.