# 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',
'Cython',
'networkx',
'mayavi.mlab',
- 'setuptools',
]
CHECKER = {}