Completed
Branch master (9117d2)
by Steffen
03:33 queued 12s
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

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