Test Failed
Push — master ( 8192fe...83ef1f )
by Steffen
02:25
created

Checkout Config

# 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]

Repository Config

# 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