Passed
Push — master ( 6abb4e...bfed4e )
by Peter
01:44
created

Checkout Config

filter:
    paths:
        - 'web/*'
        - 'executor/*'
    excluded_paths:
        - '*/migrations/*'
        - '*/static/*'
        - '*/submfiles/*'
checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    dependencies:
        before:
            - pip install -r web/requirements.txt
            - pip install -r executor/requirements.txt
    environment:
        python: 3.4.0
        mysql: false
        postgresql: false
        mongodb: false
        redis: false
        memcached: false
        neo4j: false
        rabbitmq: false
    tests:
        override:
            -
                command: './web/manage.py test'

Repository Config

filter:
    paths:
        - 'web/*'
        - 'executor/*'
checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    dependencies:
        before:
            - pip install -r web/requirements.txt
            - pip install -r executor/requirements.txt
    environment:
        python: 3.4.0
        mysql: false
        postgresql: false
        mongodb: false
        redis: false
        memcached: false
        neo4j: false
        rabbitmq: false
    tests:
        override:
            -
                command: './web/manage.py test'