Commit 88225036 authored by Ian Craggs's avatar Ian Craggs

Try and get Python 3 on MacOS

parent b587efa4
......@@ -24,6 +24,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew upgrade python
git clone https://github.com/eclipse/paho.mqtt.testing.git
cd paho.mqtt.testing/interoperability
python startbroker.py -c localhost_testing.conf &
python3 startbroker.py -c localhost_testing.conf &
cd ../..
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