Passed
Push — master ( e93741...f4fcef )
by Stefan
10:45
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    environment:
        python: '3.8.12'
    #dependencies:
    #    before:
    #        - 'python -m pip install -U pip'
    #        - 'python -m pip install numpy pybind11 autograd astropy'
    #        - 'python -m pip install celerite george corner emcee'
    nodes:
        analysis:
            dependencies:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
filter:
    excluded_paths:
        - '*/tests/*'
    dependency_paths:
        - 'lib/*'
tools:
    external_code_coverage: true