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'
# language: python # tests: true