Passed
Branch master (33280e)
by Stefan
01:35
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:
                    - 'python -m pip install -e .'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
filter:
    excluded_paths:
        - '*/tests/*'
    dependency_paths:
        - 'lib/*'
#tools:
#    external_code_coverage: true