mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 03:32:55 +03:00
34 lines
760 B
YAML
34 lines
760 B
YAML
checks:
|
|
python:
|
|
code_rating: true
|
|
duplicate_code: true
|
|
tools:
|
|
pylint:
|
|
python_version: '3'
|
|
config_file: .pylintrc
|
|
filter:
|
|
excluded_paths:
|
|
- '*/tests/*'
|
|
- '*/migrations/*'
|
|
build:
|
|
environment:
|
|
python: '3.5.0'
|
|
variables:
|
|
DJANGO_SETTINGS_MODULES: settings
|
|
postgresql: true
|
|
|
|
dependencies:
|
|
override:
|
|
- 'pip install -r requirements/test.txt'
|
|
tests:
|
|
override:
|
|
-
|
|
command: pep8 ./localized_fields/
|
|
-
|
|
command: flake8 ./localized_fields/
|
|
-
|
|
command: tox
|
|
coverage:
|
|
file: '.coverage'
|
|
format: 'py-cc'
|