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