Files @ f7abe0be6a64
Branch filter:

Location: kallithea/tox.ini

Allan Nordhøy
i18n: updated translation for Norwegian Bokmål

Currently translated at 12.5% (143 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}