Test Failed
Push — feature/char8_t ( 7b3f5c...697e7f )
by srz
04:24
created

Checkout Config

build:
    environment:
        python: 3.6.0
#    dependencies:
#        before:
#            - pip install tox
    tests:
        before:
            - make -C tools/fused
        override:
            - command: tox
              idle_timeout: 300
    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

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