Test Failed
Push — master ( 9811b7...5b4ca1 )
by Chad
16:14 queued 01:44
created

Checkout Config

build:
  tests:
    override:
      - pylint-run --rcfile=.pylint.ini
checks:
  python:
    code_rating: true
    duplicate_code: true
filter:
  excluded_paths:
    - "*/tests/*"

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
    javascript: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
                    -
                        command: './run-tests.sh'
                        coverage:
                            file: '.coverage'
                            config_file: '.coveragerc'
                            format: 'py-cc'
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
        - '*/build/*'
    dependency_paths:
        - 'lib/*'