1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-06 11:33:02 +00:00

62 lines
1.1 KiB
INI
Raw Normal View History

2020-12-27 11:49:54 +01:00
[tox]
envlist =
py39
2022-02-04 14:45:00 +01:00
py310
py311
2020-12-27 11:49:54 +01:00
linters
skipsdist = True
[testenv]
sitepackages = False
deps =
coverage
2023-02-20 21:08:01 +01:00
crispy-bootstrap5~=0.7
2022-02-04 14:45:00 +01:00
Django>=3.2,<4.0
django-crispy-forms~=1.14
django-filter~=22.1
django-haystack~=3.2
django-phonenumber-field~=7.0
django-polymorphic~=3.1
2022-02-04 14:45:00 +01:00
django-tables2~=2.4
djangorestframework~=3.14
2020-12-27 11:49:54 +01:00
django-rest-polymorphic~=0.1
phonenumbers~=8.12.57
pypdf~=3.4
python-magic~=0.4.26
requests~=2.28.1
2020-12-27 11:49:54 +01:00
whoosh~=2.7
commands =
coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
coverage report -m
[testenv:linters]
deps =
flake8
flake8-colors
flake8-django
flake8-import-order
flake8-typing-imports
pep8-naming
pyflakes
commands =
flake8 apps/ tfjm/
[flake8]
exclude =
.tox,
.git,
__pycache__,
build,
dist,
*.pyc,
*.egg-info,
.cache,
.eggs,
*migrations*
max-complexity = 10
max-line-length = 160
import-order-style = google
application-import-names = flake8
#format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s