Passed
Push — master ( 7cd99f...04bba5 )
by Diego Rabatone
01:36
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    paths: ['kytos/*', 'tests/*']
    excluded_paths:
        - 'kytos/web-ui/*'
build:
    environment:
        python: 3.6.0
        postgresql: false
        redis: false
    dependencies:
        override:
            - true
    tests:
        before:
            - sed -i 's|.*http.*watchdog.*||' requirements.txt

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
    javascript: true
filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
build: true