We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba1f09 commit 0909805Copy full SHA for 0909805
1 file changed
.travis/install.sh
@@ -3,8 +3,8 @@ PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) ||
3
# Install Python3 on osx
4
if [ "$TRAVIS_OS_NAME" = "osx" ] && [ ! -z "$TOXENV" ]
5
then
6
- $PIP install --user -U tox
7
- brew install python3
+ brew upgrade python
+ pip3 install tox
8
exit 0
9
fi
10
0 commit comments