Completed
Push — master ( ba98c2...ab79be )
by P.R.
01:26
created

Checkout Config

filter:
  excluded_paths:
    - test/*

before_commands:
  - sudo pip3 install cleo==0.6.8
  - sudo pip3 install coverage
  - sudo pip3 install PyStratum-Backend

build:
  dependencies:
    before:
      - pip3 install cleo==0.6.8
      - pip3 install coverage
      - pip3 install PyStratum-Backend

  tests:
    override:
      - command: coverage run -m unittest discover -s test -p *Test.py
        coverage:
          file: '.coverage'
          config_file: '.coveragerc'
          format: 'py-cc'

  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run

Repository Config

# language: python

# tests: true