Files @ b99e00fb6dd4
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
lock: simplify debug logging - use the actual response code
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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