Files @ 6101e27a7799
Branch filter:

Location: kallithea/tox.ini - annotation

Viktar Palstsiuk
i18n: added translation for Belarusian

Currently translated at 80.8% (902 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}