Completed
Push — master ( 2945c6...6c6347 )
by P.R.
01:42
created

Checkout Config

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

    tests:
        override:
            -
                command: python -m unittest discover -s test -p *Test.py

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