# scrutinizer-ci.com configuration # language: python imports: - python checks: python: duplicate_code: true code_rating: true classes_valid_slots: true before_commands: - pip install . - pip install .[unittests]
# language: python checks: python: duplicate_code: true code_rating: true classes_valid_slots: true build: nodes: tests: true analysis: tests: override: - command: pylint-run use_website_config: true - php-scrutinizer-run - py-scrutinizer-run