checks: python: code_rating: true duplicate_code: true build: environment: python: 3.7.1 nodes: coverage: dependencies: before: - pip install coverage tests: override: - command: 'python ./scrutinizer.py' coverage: file: './.coverage' format: 'py-cc' analysis: dependencies: before: - pip install jaconv - pip install Janome - pip install pyttsx3 - pip install wikipedia-api - pip install Pillow - pip install requests project_setup: override: - 'true' tests: override: - py-scrutinizer-run - command: 'pylint-run ./source/novel_editor.py' tests: true filter: excluded_paths: - '*/test/*' dependency_paths: - 'lib/*'