checks: python: code_rating: true duplicate_code: true build: environment: python: 3.6.3 dependencies: override: - pip install pipenv - pipenv run pip install pip==19.* - pipenv install --dev --skip-lock tests: override: - py-scrutinizer-run
checks: python: code_rating: true duplicate_code: true build: nodes: analysis: tests: override: - command: pylint-run use_website_config: true environment: node: version: 6.0.0 tests: true filter: excluded_paths: - 'tests/*'