Completed
Push — master ( d5feb1...7c9762 )
by Charles
02:37
created

Checkout Config

---
before_commands:
    - sudo pip3 install -r requirements-dev.txt

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'

tools:
    external_code_coverage:
        timeout: 600
    pylint:
        python_version: 3
        config_file: '.pylintrc'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'

tools:
    external_code_coverage:
        timeout: 600
    pylint:
        python_version: 3
        config_file: '.pylintrc'