Completed
Push — master ( ab79be...04a10c )
by P.R.
01:12
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

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

Repository Config

# language: python

# tests: true