mirror of https://github.com/eclipse/paho.mqtt.c
Update Python3 version
This commit is contained in:
parent
db7790ebc0
commit
deb82d681e
|
|
@ -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 ..
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue