checks:
python:
code_rating: true
duplicate_code: true
filter:
excluded_paths:
- '*/test/*'
build:
tests:
before:
- 'pip install -r requirements-dev.txt'
override:
-
command: py.test
coverage:
file: '.coverage'
format: 'py-cc'