Files @ 70f8fba1f28a
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
repos: fix unicode error when scanning and finding repositories with unicode names
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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