Completed
Push — master ( b0fa53...b0b9fc )
by P.R.
01:36
created

Checkout Config

build:
    dependencies:
        before:
          - pip install etlt
          - pip install pytz

    tests:
        override:
            -
                command: coverage run -m unittest discover -s test -p *Test.py
                coverage:
                    file: '.coverage'
                    config_file: '.coveragerc'
                    format: 'py-cc'

checks:
    python:
        code_rating: true
        duplicate_code: true

filter:
    excluded_paths:
        - test/*

tools:
    pylint:
        python_version: '3'
        config_file: pylintrc

Repository Config

# language: python

# tests: true