Passed
Branch master (43bf7c)
by Emmanuel
01:14
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'

build:
    tests:
        before: 
            - 'pip install -r requirements-dev.txt'
        override:
            -
                command: py.test
                coverage:
                    file: '.coverage'
                    format: 'py-cc'