checks: python: code_rating: true duplicate_code: true build: environment: python: 3.7.1 nodes: tests: dependencies: before: - pip install -r requirements-test.txt analysis: tests: override: - py-scrutinizer-run - pylint-run keyboa filter: excluded_paths: - tests/* tools: external_code_coverage: true
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 tests: true filter: excluded_paths: - '*/test/*' dependency_paths: - 'lib/*'