Files @ e3fcd747bea7
Branch filter:

Location: kallithea/tox.ini

Максим Якимчук
i18n: updated translation for Ukrainian

Currently translated at 1.2% (14 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}