##// END OF EJS Templates
i18n: prevent msgmerge fuzzy matching - it is too random
i18n: prevent msgmerge fuzzy matching - it is too random

File last commit:

r7614:ab30729c default
r8776:36a36ebd tip stable
Show More
tox.ini
13 lines | 206 B | text/x-ini | IniLexer
[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}