swc-installation-test-2.py: Add minimum browser requirements for IPython
authorW. Trevor King <wking@tremily.us>
Sat, 24 Jan 2015 19:05:13 +0000 (11:05 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 24 Jan 2015 19:26:10 +0000 (11:26 -0800)
commitd13b26c9fb89beebe9ff9e9dfc86ba8ddb8d01cd
tree55643f14a7644a3b7f98db418c22967714cbac2d
parent3ffcd7155d7014cd9555fa2131852079c9cfc8b9
swc-installation-test-2.py: Add minimum browser requirements for IPython

IPython notebooks (at least for version 1.2.1 [1], 2.3.0 [2], and
3.0.0 [3]) have the following minimum browser requirements:

    Chrome ≥ 13
    Safari ≥ 5
    Firefox ≥ 6

Due to the notebook's usage of WebSockets and the flexible box model
[1,2,3].  This commit ensures that folks requiring IPython have a
notebook-compatible browser.

We don't actually check the Safari version, because I'm not sure what
the appropriate command-line switch is to get it to print version
information.

[1]: http://ipython.org/ipython-doc/1/install/install.html#browser-compatibility
[2]: http://ipython.org/ipython-doc/2/install/install.html#browser-compatibility
[3]: http://ipython.org/ipython-doc/dev/install/install.html#browser-compatibility
swc-installation-test-2.py