From b587efa4d948a27cdaf11cb5ff5d07fd593f9eaf Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Wed, 21 Mar 2018 10:38:32 +0000 Subject: [PATCH] On MacOS upgrade Python to 3 --- travis-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-install.sh b/travis-install.sh index 440b1da8..30afc589 100755 --- a/travis-install.sh +++ b/travis-install.sh @@ -21,9 +21,9 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then # brew services stop mosquitto # /usr/local/sbin/mosquitto -c test/tls-testing/mosquitto.conf & - brew install python3 + brew upgrade python git clone https://github.com/eclipse/paho.mqtt.testing.git cd paho.mqtt.testing/interoperability - python3 startbroker.py -c localhost_testing.conf & + python startbroker.py -c localhost_testing.conf & cd ../.. fi