Fix Travis CI Python3 install

This commit is contained in:
Corentin Le Molgat
2018-03-02 10:56:30 +01:00
parent 7740865c19
commit 8af77c2f07

View File

@@ -56,7 +56,7 @@ if [ "${BUILDER}" == make ]; then
brew install swig;
fi
if [ "${LANGUAGE}" == python ]; then
brew install python3;
brew upgrade python;
python3.6 -m pip install -q virtualenv wheel six;
elif [ "${LANGUAGE}" == java ]; then
brew cask install java;
@@ -87,7 +87,7 @@ if [ "${BUILDER}" == cmake ]; then
if [ "${DISTRO}" == native ]; then
brew update;
brew install swig;
brew install python3;
brew upgrade python3;
else
# MacOS Docker CMake build:
echo "NOT SUPPORTED"