Files @ 2ffd56ea2629
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: small setup method refactor for readability
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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