Passed
Branch master (47c3cf)
by P.R.
09:02
created

Checkout Config

filter:
  excluded_paths:
    - pystratum_test/*

before_commands:
  - sudo pip3 install cleo
  - sudo pip3 install coverage
  - sudo pip3 install pystratum

build:
  dependencies:
    before:
      - pip3 install cleo
      - pip3 install coverage
      - pip3 install pystratum

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

Repository Config

# language: python

# tests: true