Test Failed
Push — master ( 3eb507...37f87e )
by Andrey
03:40
created

Checkout Config

build:
    dependencies:
        before:
            - pip install --quiet tox
            - pip install --quiet coverage==4.3
            - pip install --quiet Pillow

Repository Config

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