On MacOS upgrade Python to 3

This commit is contained in:
Ian Craggs 2018-03-21 10:38:32 +00:00
parent 9c4a917fc2
commit b587efa4d9
1 changed files with 2 additions and 2 deletions

View File

@ -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