Passed
Push — master ( 389dc5...e967bb )
by Piotr
01:12
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    dependencies:
        before:
            - pip install django
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
filter:
    excluded_paths:
        - '*/test/*'