view tox.ini @ 8904:864cc8e10bf3 i18n

i18n: updated translation for Russian Currently translated at 97.8% (1058 of 1081 strings)
author МАН69К <weblate@mah69k.net>
date Wed, 08 Jun 2022 10:45:39 +0200
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}