Files @ 07b022e6d988
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tests: fix Python 2.6 compatibility - issue introduced in 28d9e9f0ae4e
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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