Files @ 76abae776a3e
Branch filter:

Location: kallithea/tox.ini - annotation

Peter Vitt
notifications: use different strings for descriptions with age and datetime

Improves both English wording and makes it easier to translate correctly.
[tox]
envlist = py{26,27}-{pytest,nose}

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