Commit b7642eb5 authored by Ian Craggs's avatar Ian Craggs

Another test

parent 7f3db108
......@@ -16,6 +16,8 @@ build_script:
python --version
python ..\test.py
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
......
print "this is the test Python program"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment