Files @ 7253d9974bbe
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: even smaller setup method refactor for readability

2ffd56e missed u3.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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