Completed
Push — master ( 3e8d47...9fc82a )
by Rich
08:23 queued 06:39
created

Checkout Config

tools:
  external_code_coverage:
    timeout: 600

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
    pylint:
        python_version: '2'
        config_file: pylintrc
filter:
    excluded_paths:
        - '*/test/*'