Completed
Push — develop ( 772e96...f7cdda )
by Angeline
18s queued 14s
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
    dependencies:
        before:
            - pip install numpy
filter:
    excluded_paths:
        - '*/test/*'