Commit b587efa4 authored by Ian Craggs's avatar Ian Craggs

On MacOS upgrade Python to 3

parent 9c4a917f
...@@ -21,9 +21,9 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then ...@@ -21,9 +21,9 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
# brew services stop mosquitto # brew services stop mosquitto
# /usr/local/sbin/mosquitto -c test/tls-testing/mosquitto.conf & # /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 git clone https://github.com/eclipse/paho.mqtt.testing.git
cd paho.mqtt.testing/interoperability cd paho.mqtt.testing/interoperability
python3 startbroker.py -c localhost_testing.conf & python startbroker.py -c localhost_testing.conf &
cd ../.. cd ../..
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment