Commit deb82d68 authored by Ian Craggs's avatar Ian Craggs

Update Python3 version

parent db7790eb
......@@ -14,13 +14,13 @@ install:
- ps: Start-Process python -ArgumentList 'test\mqttsas2.py'
- cmd: python3 --version
- cmd: python36 --version
- cmd: git clone git@github.com:eclipse/paho.mqtt.testing.git
- cmd: cd paho.mqtt.testing\interoperability
- ps: Start-Process python3 -ArgumentList 'startbroker.py'
- ps: Start-Process python36 -ArgumentList 'startbroker.py'
- cmd: cd ..
......
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