Another Python3 try

This commit is contained in:
Ian Craggs 2017-12-14 12:46:12 +00:00
parent deb82d681e
commit c42f066d37
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ install:
- ps: Start-Process python -ArgumentList 'test\mqttsas2.py'
- cmd: python36 --version
- cmd: C:\Python36\python --version
- cmd: git clone git@github.com:eclipse/paho.mqtt.testing.git
- cmd: cd paho.mqtt.testing\interoperability
- ps: Start-Process python36 -ArgumentList 'startbroker.py'
- ps: Start-Process C:\Python36\python -ArgumentList 'startbroker.py'
- cmd: cd ..