summaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-06-16 22:21:45 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-11-12 16:46:00 (GMT)
commitf42a5a0660d782de6d54d56485e9dac417277124 (patch)
tree5034510e86b10f4e5eef61d7659a622d088cd9d7 /.travis/install.sh
parent0536ab52936a409b1a7207141c094782e7647b30 (diff)
downloadSCons-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.sh1
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