Fix Travis-CI osx python

This commit is contained in:
Mizux Seiha
2019-11-22 23:23:36 +01:00
parent c2be14f23a
commit 73552d7bdf

View File

@@ -84,7 +84,7 @@ if [ "${BUILDER}" == make ]; then
fi
if [ "${LANGUAGE}" == python3 ]; then
echo 'travis_fold:start:python3'
brew upgrade python
# brew upgrade python
python3 -m pip install -q virtualenv wheel six
echo 'travis_fold:end:python3'
elif [ "${LANGUAGE}" == dotnet ]; then