Passed
Push — master ( bdc0a6...fefb05 )
by Beraldo
51s
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    paths: ['kytos/*', 'tests/*']
build:
    environment:
        python: 3.6.0
        postgresql: false
        redis: false
    dependencies:
        override:
            - true
    tests:
        before:
            - pip install git+git://github.com/kytos/python-openflow.git
            - pip install -r requirements.txt -r requirements-dev.txt
        override:
            -
                command: 'coverage run setup.py test'
                coverage:
                    file: '.coverage'
                    config_file: '.coveragerc'
                    format: 'py-cc'

Repository Config

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