Files @ 9b10493f4e3f
Branch filter:

Location: kallithea/tox.ini

Asterios Dimitriou
i18n: updated translation for Greek

Currently translated at 7.5% (86 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}