@task(build_ci)
def lint_module(cxt):
    """Run the linters on the module."""
    command = 'pylint --reports no {module} setup.py'
    ci(cxt, command.format(module=MODULE_NAME))