Files @ 5c6cc20d224b
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
spelling: fix title casing on translated template strings

Primarily texts.
[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}