Completed
Branch master (5f7358)
by Дроботун
01:33
created

Checkout Config

checks:
    python:
        code_rating: true

filter:
  excluded_paths:
    - tests/*

Repository Config

checks:
    python:
        code_rating: true
       
filter:
  excluded_paths:
    - tests/*
    
build:
  nodes:
    my-tests:
      dependencies:
        before:
          - pip install requests
      tests:
        override:
          - py-scrutinizer-run
          - pylint-run vtapi3