Completed
Push — develop ( 2d945e...a27e50 )
by Jace
15s queued 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