From: W. Trevor King Date: Sun, 30 Dec 2012 15:07:54 +0000 (-0500) Subject: swc-installation-test-2.py: Add some editors and browsers X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=553075182f430b65ae9b4d0a10988f4c51799bce;p=swc-workshop.git swc-installation-test-2.py: Add some editors and browsers Based on a list of possibilities mentioned by Cait Pickens in an internal email. --- diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index c22ae22..2ae101f 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -226,6 +226,16 @@ for command,long_name,minimum_version in [ ('make', None, None), ('sqlite3', 'SQLite 3', None), ('nosetests', 'Nose', (1, 0, 0)), + ('emacs', 'Emacs', None), + ('xemacs', 'XEmacs', None), + ('vim', 'Vim', None), + ('vi', None, None), + ('nano', 'Nano', None), + ('kate', 'Kate', None), + ('notepad++', 'Notepad++', None), + ('firefox', 'Firefox', None), + ('google-chrome', 'Google Chrome', None), + ('chromium', 'Chromium', None), ]: if not long_name: long_name = command