Files @ ac7f2ae51504
Branch filter:

Location: kallithea/tox.ini

ssantos
i18n: updated translation for German

Currently translated at 60.6% (688 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}