weblate/.scrutinizer.yml
Michal Čihař 5d0bf01d71 Remove not supported override
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-16 16:58:37 +02:00

26 lines
718 B
YAML
Vendored

checks:
python:
code_rating: true
duplicate_code: true
tools:
pylint:
python_version: '3'
config_file: 'ci/pylint-scrutinizer.rc'
filter:
excluded_paths:
- '*/migrations/*'
build:
environment:
python: 3.5.0
dependencies:
override:
- pip install -r ci/requirements-scrutinizer.txt
tests:
override:
-
command: ./manage.py collectstatic --settings=weblate.settings_test --noinput
-
command: coverage run --source . ./manage.py test --settings=weblate.settings_test
coverage:
file: .coverage
format: py-cc