Passed
Push — master ( 26ec43...771bc3 )
by Andreas
03:02
created

Checkout Config

build:
  environment:
    python: 3.6.3
  dependencies:
    before:
      - pip install -U pip wheel setuptools
      - pip install psycopg2 mysqlclient python-coveralls codecov
      - pip install -e .[testing]
  tests:
    override:
      - command: pytest
        coverage:
          file: '.coverage'
          config_file: '.coveragerc'
          format: 'py-cc'

checks:
  python:
    code_rating: true
    duplicate_code: true

filter:
  excluded_paths:
    - kotti/tests/
    - kotti/alembic/

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        variables_unused_wildcard_import: true
    javascript: true

filter:
    excluded_paths:
        - '*/tests/*'
        - '*.min.js'
build: true