Try AppVeyor config again

This commit is contained in:
Ian Craggs 2018-01-02 21:58:20 +00:00
parent 9337e39dea
commit 7fb29737a3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
- cmd: cd paho.mqtt.testing\interoperability
- ps: Start-Process C:\Python36\python -ArgumentList 'startbroker.py' '-c' 'client_testing.conf'
- ps: Start-Process C:\Python36\python -ArgumentList 'startbroker.py -c client_testing.conf'
- cmd: cd ..\..