Passed
Push — master ( 11ad1c...efda6b )
by srz
05:05 queued 11s
created

Repository Config

build:
    environment:
        python: 3.6.0
#    dependencies:
#        before:
#            - pip install tox
    tests:
        before:
            - make -C tools/fused
        override:
            - tox        
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
                    - py-scrutinizer-run

filter:
    excluded_paths:
        - '*/test/*'

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