Completed
Push — master ( 17f08d...6c508a )
by Charles
01:14
created

Checkout Config

---
before_commands:
    - sudo pip install iso8601 pyyaml pytz xmltodict tzlocal gitpython tabulate click future backports.csv

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

tools:
    external_code_coverage:
        timeout: 600
    pylint:
        python_version: 2
        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'