Skip to content

Commit 0909805

Browse files
committed
travis/osx - Python3 and tox installations fixed
1 parent 8ba1f09 commit 0909805

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)