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