Completed
Push — master ( 31b69e...760183 )
by P.R.
05:44 queued 04:32
created

Checkout Config

filter:
  excluded_paths:
    - test/*

build:
  dependencies:
    before:
      - pip3 install cleo
      - pip3 install coverage
      - pip3 install psycopg2
      - pip3 install PyStratum-Backend
      - pip3 install PyStratum-Cli
      - pip3 install PyStratum-Common
      - pip3 install PyStratum-Middle

  nodes:
    analysis:
      tests:
        before:
          - psql -c "create user test with password 'test';"
          - psql -c "create database test owner=test;"
          - psql -c "create schema test authorization test;" test
        override:
          - command: bin/phing unit
            coverage:
              file: '.coverage'
              config_file: '.coveragerc'
              format: 'py-cc'
          - py-scrutinizer-run
          

Repository Config

# language: python

# tests: true