Passed
Branch master (3a171e)
by Daniel
01:43
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
    tests:
        before:
          - pip install -r requirements.txt
        override: [pytest]

coding_style:

filter:
    excluded_paths:
        - '*/docs/*'
        - '*/tests/*'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
    tests:
        before:
          - pip install -r requirements.txt
          - pip install .
        override: [pytest]

coding_style:

filter:
    excluded_paths:
        - '*/docs/*'
        - '*/tests/*'