Checkout Config
checks:
python:
code_rating: true
duplicate_code: true
filter:
paths: ["pyof/*", "tests/*"]
build:
environment:
python: 3.6.0
postgresql: false
redis: false
dependencies:
override:
- true
tests:
before:
- pip install -r requirements-dev.txt
override:
-
command: 'coverage run setup.py test'
coverage:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'
Repository Config
checks:
python:
code_rating: true
duplicate_code: true
javascript: true
filter:
excluded_paths:
- '*/test/*'
- '*.min.js'
build: true