Skip to content

Commit

Permalink
Be more intelligent determining the virtualenv location.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 16, 2016
1 parent 758fcc8 commit 3a8a161
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +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 $HOME/virtualenv/*/lib/*/site-packages/
- ln -sf /usr/lib/python$TRAVIS_PYTHON_VERSION/dist-packages/modeller $HOME/virtualenv/*/lib/*/site-packages/
- ls $HOME/virtualenv/*/lib/*/site-packages/
- ls -l $HOME/virtualenv/*/lib/*/site-packages/
- 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/
script:
- mkdir build
- cd build
Expand Down

0 comments on commit 3a8a161

Please sign in to comment.