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