Skip to content

Commit b5b8827

Browse files
authored
Merge pull request #1207 from guedou/travis_ox_py36
[Travis] Python 3.6 osx builds are broken
2 parents 6d5c078 + 0909805 commit b5b8827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) ||
33
# Install Python3 on osx
44
if [ "$TRAVIS_OS_NAME" = "osx" ] && [ ! -z "$TOXENV" ]
55
then
6-
$PIP install --user -U tox
7-
brew install python3
6+
brew upgrade python
7+
pip3 install tox
88
exit 0
99
fi
1010

0 commit comments

Comments
 (0)