Completed
Push — master ( 4ad5c4...ff0303 )
by P.R.
01:30
created

Checkout Config

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

build:
    tests:
        override:
            -
                command: python -m unittest discover -s test -p *Test.py

Repository Config

# language: python

# tests: true