Completed
Pull Request — master (#161)
by Denis
03:18
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - 'schemas/*'
        - 'tests.py'
build:
    dependencies:
        before:
            - pip install coverage
            - pip install pycrypto
            #- alias coverage='python3-coverage'
    tests:
       override:
            -
                command: 'coverage run tests/tests.py'
                coverage:
                    file: '.coverage'
                    #config: '.coveragerc'
                    format: 'py-cc'