From: W. Trevor King Date: Sun, 30 Dec 2012 14:55:23 +0000 (-0500) Subject: swc-installation-test-2.py: sort CHECKS into topics X-Git-Url: http://git.tremily.us/?p=swc-setup-installation-test.git;a=commitdiff_plain;h=71f63a631eb91cf300d4071bd417fa1e17c33d82 swc-installation-test-2.py: sort CHECKS into topics --- diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index ebca9b1..c22ae22 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -35,17 +35,24 @@ __version__ = '0.1' # Comment out any entries you don't need CHECKS = [ - 'python', +# Shell 'bash', - 'easy_install', +# Version control 'git', 'hg', # Command line tool 'mercurial', # Python package +# Build tools and packaging 'make', + 'easy_install', + 'setuptools', +# Testing 'nosetests', # Command line tool 'nose', # Python package +# SQL 'sqlite3', # Command line tool 'sqlite3-python', # Python package +# Python + 'python', 'IPython', 'numpy', 'scipy', @@ -54,7 +61,6 @@ CHECKS = [ 'Cython', 'networkx', 'mayavi.mlab', - 'setuptools', ] CHECKER = {}