Files @ 68c37e7160de
Branch filter:

Location: kallithea/tox.ini

Марс Ямбар
i18n: updated translation for Ukrainian

Currently translated at 0.1% (1 of 1136 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}