Skip to content

Commit

Permalink
Drastic action!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Craggs committed Mar 27, 2017
1 parent 7c4b126 commit 7f3db10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -16,10 +16,12 @@ build_script:
python --version
netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\Python27\Python.exe" enable=yes
netsh advfirewall firewall add rule name="Python 2.7" dir=in action=allow program="C:\Python27\python.exe" enable=yes
netsh advfirewall firewall add rule name="Open Port 1883" dir=in action=allow protocol=TCP localport=1883
netsh advfirewall set allprofiles state off
start python.exe ..\test\mqttsas2.py mqtt.iotree.co.uk
ctest -T test -VV
Expand Down

0 comments on commit 7f3db10

Please sign in to comment.