checks: python: code_rating: true duplicate_code: true filter: paths: ["pyof/*", "tests/*"] build: environment: python: 3.6.0 dependencies: override: - true tests: before: - pip install -e .[test] - pip install coverage override: - command: 'coverage run setup.py test' coverage: file: '.coverage' format: 'py-cc'
checks: python: code_rating: true duplicate_code: true javascript: true filter: excluded_paths: - '*/test/*' - '*.min.js' build: true