Completed
Push — develop ( 08af06...aaf505 )
by Jace
10s
created

Checkout Config

build:
  tests:
    override:
      - pylint-run --rcfile=.pylint.ini
  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