Completed
Push — develop ( bc7642...53919e )
by Jace
12s
created

Checkout Config

build:
  tests:
    override:
      - pylint-run --rcfile=.pylint.ini
      - py-scrutinizer-run
  nodes:
    py35:
      environment:
        python: 3.5.1
    py36:
      environment:
        python: 3.6
checks:
  python:
    code_rating: true
    duplicate_code: true
filter:
  excluded_paths:
    - "*/tests/*"

Repository Config

# language: python