Completed
Push — master ( 9b26dc...9d1fce )
by Wojtek
02:14
created

Checkout Config

before_commands:
    - pip3 install networkx # Python3

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
    external_code_coverage: true
    pylint:
        python_version: 3
        config_file: '.pylintrcForScrutinizer'
filter:
    excluded_paths:
        - "grortir/externals/"
        - "grortir/scripts/"

Repository Config

# language: python