for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: python: code_rating: true duplicate_code: true build: tests: override: - command: 'tox' coverage: file: '.coverage' config_file: '.coveragerc' format: 'py-cc'
# language: python # tests: true