Completed
Push — master ( 9ee07c...715ae9 )
by P.R.
01:18
created

Checkout Config

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

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

Repository Config

# language: python

# tests: true