Files @ d170cf8cf5b1
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
setup: support Mercurial 3.8
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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