Files @ 1b0060f6b80f
Branch filter:

Location: kallithea/tox.ini

mads
i18n: fr: consistently use 'NO-BREAK SPACE' before double punctuation instead of 'NARROW NO-BREAK SPACE'

Pretty much like https://docs.weblate.org/en/latest/user/checks.html#punctuation-spacing .

Trust https://wiki.openoffice.org/wiki/Non_Breaking_Spaces_Before_Punctuation_In_French_(espaces_ins%C3%A9cables) and don't use NARROW.
[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}