Files @ d8b6c876c609
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
vcs: use date format that is supported by Mercurial on non-english machines
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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