Files @ 10d7b01af4f0
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: make debug output from manual_test_vcs_operations Command.execute less noisy
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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