checks: python: code_rating: true duplicate_code: false build: dependencies: before: - pip install pytest pytest_cov lxml environment: python: 3.6.8 nodes: analysis: project_setup: override: - 'true' tests: override: - py-scrutinizer-run - command: pylint-run use_website_config: true - command: 'python3 -m pytest --cov graph --cov-report xml tests' environment: { PYTHONPATH: } coverage: file: '.coverage' format: 'py-cc' tests: true filter: excluded_paths: - '*/test/*' dependency_paths: - 'lib/*'