view tox.ini @ 8469:40ebce0022d7 i18n

i18n: updated translation for Portuguese Currently translated at 45.8% (498 of 1087 strings)
author ssantos <ssantos@web.de>
date Sun, 04 Oct 2020 07:58:00 +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}