Skip to content

Commit

Permalink
Strip filename from python binary path.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 16, 2016
1 parent 3a8a161 commit cfa8bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ install:
- sudo apt-get install -y libhdf5-serial-dev swig
- wget http://salilab.org/modeller/9.17/modeller_9.17-1_amd64.deb
- KEY_MODELLER=`cat mod-license` sudo dpkg -i modeller_9.17-1_amd64.deb
- ln -sf /usr/lib/python$TRAVIS_PYTHON_VERSION/dist-packages/_modeller.so `which python`/../lib/*/site-packages/
- ln -sf /usr/lib/python$TRAVIS_PYTHON_VERSION/dist-packages/modeller `which python`/../lib/*/site-packages/
- ln -sf /usr/lib/python$TRAVIS_PYTHON_VERSION/dist-packages/_modeller.so $(dirname $(which python))/../lib/*/site-packages/
- ln -sf /usr/lib/python$TRAVIS_PYTHON_VERSION/dist-packages/modeller $(dirname $(which python))/../lib/*/site-packages/
script:
- mkdir build
- cd build
Expand Down

0 comments on commit cfa8bfa

Please sign in to comment.