Completed
Push — master ( 35e5a5...a300b6 )
by Dominik
22s queued 11s
created

Repository Config

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