Skip to content

Commit b16a0a0

Browse files
committed
Fix python install for travis builds.
1 parent 35fbaad commit b16a0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ before_install:
4343
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" ; fi
4444
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -E apt-get -yq update ; fi
4545
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install ${PACKAGES} ; fi
46-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 ; fi
46+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi
4747

4848
script:
4949
- python3 make.py -clean -build -unit_test -${COMPILER} -Debug -x86

0 commit comments

Comments
 (0)