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