Passed
Branch master (dfca16)
by Emmanuel
01:28
created

Repository Config

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

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