Completed
Push — master ( b1e450...5ca4d8 )
by
unknown
17s queued 10s
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        classes_valid_slots: true

build:
    dependencies:
        override:
            - pip install pipenv
            - pipenv install
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
#        tests: true
    environment:
        python: 3.5
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'