This repository has been archived on 2024-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
passerelle-reunion-fsn/tox.ini

21 lines
514 B
INI

[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-reunion-fsn/{env:BRANCH_NAME:}
envlist = py3-django32
[testenv]
usedevelop = True
setenv =
DJANGO_SETTINGS_MODULE=passerelle.settings
PASSERELLE_SETTINGS_FILE=tests/settings.py
deps =
django>=3.2,<3.3
git+https://git.entrouvert.org/passerelle.git
django-webtest
psycopg2-binary
pytest
pytest-django
pre-commit
commands =
py.test {posargs: --junitxml=junit-{envname}.xml tests/}
pre-commit run --all-files --show-diff-on-failure