Files @ 83c34fbb2139
Branch filter:

Location: kallithea/tox.ini - annotation

Konstantin Veretennicov
tests: illustrate current behavior of list-valued settings
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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