Files @ f2075ef95ae2
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
unicode: Fix unicode conversion in repo2db_mapper
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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