Skip to content

Commit

Permalink
TERD
Browse files Browse the repository at this point in the history
  • Loading branch information
marsupial committed Jan 8, 2017
1 parent 1ccb231 commit 2409e6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ install:
### For USDIMAGING
sudo apt-get install libglew-dev python-pyside pyside-tools
### Travis python bin is at /opt/python2.7, but apt installs to /usr/lib/python2.7
export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/dist-packages"
elif [ $TRAVIS_OS_NAME == 'osx' ] ; then
TBB_URL=https://www.threadingbuildingblocks.org/sites/default/files/software_releases/mac/${USD_TBB}_osx.tgz
Expand All @@ -240,8 +243,6 @@ install:
pip install jinja2 PyOpenGL
ls -l /usr/lib/python2.7/dist-packages
python -c "import PySide"
export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/dist-packages"
python -c "import PySide"
- |
### ilmbase and OpenEXR 2.2.0
Expand Down

0 comments on commit 2409e6f

Please sign in to comment.