Skip to content

Commit

Permalink
MAYA-91350 - OSX builds for Pull Request in https://github.com/imagew…
Browse files Browse the repository at this point in the history
…orks/OpenColorIO failed

Trying several thing in a fork and finally found that using pyenv as suggested in hvac/hvac#75 worked.
Validate that all builds are now passing on my fork.
  • Loading branch information
BernardLefebvre authored and fnordware committed Oct 8, 2019
1 parent 017e8e8 commit 1d50510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install glew;
echo 'eval "$(pyenv init -)"' >> .bashrc;
source .bashrc;
pyenv install 3.5.2;
pyenv global 3.5.2;
fi

# Run the Build script
Expand Down

0 comments on commit 1d50510

Please sign in to comment.