Example #1
0
def _grunt_checker(module):
    command.run_with_runner("grunt")
Example #2
0
def _autotools_checker(module):
    command.run_with_runner("make test")
Example #3
0
def _distutils_checker(module):
    command.run_with_runner("python setup.py lint")