Completed
Push — master ( d0b1eb...ae5128 )
by Rich
26:04 queued 24:20
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/*'