checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    environment:
        python: 2.7.7
        variables:
            B2_KEY_ID: '342dae6a745c'
            B2_APPLICATION_KEY: '000ddd91a73e6691c2d8adb674f07fe65059027d44'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
                    -
                        command: 'nosetests --with-coverage -v'
                        coverage:
                            file: '.coverage'
                            format: 'py-cc'
        tests: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'