Files @ 0ae37612bbab
Branch filter:

Location: kallithea/tox.ini

Sam Jaques
i18n: updated translation for Dutch (Belgium)

Currently translated at 0.8% (10 of 1132 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}