Test Failed
Branch master (2ef66d)
by Steffen
04:37 queued 01:39
created

Checkout Config

# scrutinizer-ci.com configuration

# language: python
imports:
    - python

build:
    environment:
        python: 3.6.3

checks:
    python:
        duplicate_code: true
        code_rating: true
        classes_valid_slots: true

before_commands:
    - pip install .
    - pip install .[unittests]