Passed
Push — master ( c46b9b...2e8441 )
by Matt
01:35
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true

build:
  environment:
    python: '3.6.0'

  dependencies:
    before:
      - 'pip install -r requirements.txt'

  tests:
    override:
      -  pylint-run src/ setup.py version.py

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
    pylint:
        python_version: '3'
        config_file: pylintrc
filter:
    excluded_paths:
        - '*/test/*'