diff options
Diffstat (limited to 'src/scripts/ci/travis/install_osx_packages.sh')
-rwxr-xr-x | src/scripts/ci/travis/install_osx_packages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/ci/travis/install_osx_packages.sh b/src/scripts/ci/travis/install_osx_packages.sh index 1d4a5e001..588855cc0 100755 --- a/src/scripts/ci/travis/install_osx_packages.sh +++ b/src/scripts/ci/travis/install_osx_packages.sh @@ -6,3 +6,5 @@ which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if avai brew update || brew update brew install xz +brew install python # python2 +brew install python3 |