Files @ 660308afd965
Branch filter:

Location: kallithea/tox.ini - annotation

EriCSN Chang
i18n: updated translation for Chinese (Taiwan)

Currently translated at 15.3% (171 of 1116 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}