Files @ eaee3507fb35
Branch filter:

Location: kallithea/tox.ini

Mateusz Mendel
i18n: updated translation for Polish

Currently translated at 72.3% (790 of 1093 strings)

[Thomas De Schampheleire: had to solve some merge conflicts from multiple
heads in weblate repo, could have introduced some mistakes.]
[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}