Completed
Branch master (66dac0)
by Steffen
06:20 queued 03:07
created

Checkout Config

# scrutinizer-ci.com configuration
# language: python
imports:
    - python

build:
    environment:
        python: 3.6.3
    tests:
        before:
            - 'pip install .'
            - 'pip install .[unittests]'
            - 'pip install nose-exclude'
        override:
            -
                command: 'nosetests --exclude-dir=tests/custom'

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

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