Test Failed
Push — master ( 3662ad...d64729 )
by Yoshihiro
05:22 queued 14s
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    environment:
        python: 3.7.1
    nodes:
        coverage:
            dependencies:
                before:
                    - pip install coverage
            tests:
                override:
                    - command: 'python ./scrutinizer.py'
                      coverage:
                        file: './.coverage'
                        format: 'py-cc'
        analysis:
            dependencies:
                before:
                    - pip install jaconv
                    - pip install Janome
                    - pip install pyttsx3
                    - pip install wikipedia-api
                    - pip install Pillow
                    - pip install requests
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: 'pylint-run ./source/novel_editor.py'
        tests: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'