diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-06-16 22:21:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-11-12 16:46:00 (GMT) |
commit | f42a5a0660d782de6d54d56485e9dac417277124 (patch) | |
tree | 5034510e86b10f4e5eef61d7659a622d088cd9d7 /.travis/install.sh | |
parent | 0536ab52936a409b1a7207141c094782e7647b30 (diff) | |
download | SCons-f42a5a0660d782de6d54d56485e9dac417277124.zip SCons-f42a5a0660d782de6d54d56485e9dac417277124.tar.gz SCons-f42a5a0660d782de6d54d56485e9dac417277124.tar.bz2 |
add brew install python
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x | .travis/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 17fd79f..15a36a3 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -3,6 +3,7 @@ set -x if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo "OSX" + brew install python --framework --universal else # dependencies for clang tests sudo apt-get -y install clang |