Completed
Pull Request — master (#2459)
by Axel
03:14
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    environment:
        python: 3.6.3
    dependencies:
        override:
            - pip install -q numpy astropy
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - '*/test/*'
        - 'gammapy/extern/*'
        - 'dev/*'
    dependency_paths:
        - 'lib/*'