Files @ ef524d262737
Branch filter:

Location: kallithea/tox.ini - annotation

Andrew Shadura
i18n: updated translation for French

Currently translated at 58.8% (661 of 1123 strings)
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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