Files @ 2d90502bfb63
Branch filter:

Location: kallithea/tox.ini

Étienne Gilli
i18n: updated translation for French

Currently translated at 65.5% (732 of 1116 strings)
[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}