From 71f63a631eb91cf300d4071bd417fa1e17c33d82 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 30 Dec 2012 09:55:23 -0500 Subject: [PATCH] swc-installation-test-2.py: sort CHECKS into topics --- swc-installation-test-2.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 = {} -- 2.26.2