Files @ 5d018c2f439b
Branch filter:

Location: kallithea/tox.ini

Robert Rauch
i18n: updated translation for German

Currently translated at 57.7% (648 of 1123 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}