Files @ 1013af35fa60
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
repos: fix unicode error when scanning and finding repositories with unicode names
[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}