Update Python3 version

This commit is contained in:
Ian Craggs 2017-12-14 12:44:30 +00:00
parent db7790ebc0
commit deb82d681e
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: 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 ..