Files @ 03dd2a577640
Branch filter:

Location: kallithea/tox.ini

Viktar Palstsiuk
i18n: updated translation for Belarusian

Currently translated at 83.8% (935 of 1115 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}