view tox.ini @ 8968:ae831639d07c draft i18n

i18n: updated translation for French Currently translated at 100.0% (1080 of 1080 strings)
author Étienne Gilli <etienne@gilli.io>
date Tue, 13 Dec 2022 08:13:07 +0100
parents ab30729c735c
children
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}