Passed
Push — master ( 888124...a202cd )
by John
04:04
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true
    classes_valid_slots: true
filter:
  excluded_paths:
    - tests/*
    - bbarchivist/_version.py
    - versioneer.py
tools:
  external_code_coverage:
    runs: 5
build:
  dependencies:
    before:
      - pip install -r requirements-devel.txt
  nodes:
    tests: true
    analysis:
      tests:
        override:
          -
            command: pylint-run
            use_website_config: true
          - py-scrutinizer-run

Repository Config

checks:
    python:
        classes_valid_slots: true
        code_rating: true

filter:
  excluded_paths:
    - tests/*
    - bbarchivist/_version.py
    - versioneer.py
build:
  dependencies:
    before:
      - pip install -r requirements-devel.txt
  nodes:
    tests: true
    analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
                    - py-scrutinizer-run