weblate/.scrutinizer.yml
Michal Čihař 4f886ed6cb Avoid git submodule init on scrutinizer
We do not need submodule for tests.

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-09-15 15:39:09 +02:00

37 lines
1.1 KiB
YAML

checks:
python:
code_rating: true
duplicate_code: true
classes_valid_slots: true
filter:
excluded_paths:
- '*/migrations/*'
build:
environment:
python: 3.6
postgresql: true
dependencies:
override:
- pip install -r ci/requirements-scrutinizer.txt
nodes:
analysis:
tests:
override:
-
command: pylint-run --rcfile=.pylintrc
idle_timeout: 360
- py-scrutinizer-run
tests:
tests:
override:
-
command: export DJANGO_SETTINGS_MODULE=weblate.settings_test
-
command: ./manage.py collectstatic --noinput
-
command: coverage run --source . ./manage.py test
-
command: coverage combine
coverage:
file: .coverage
format: py-cc