Files @ 3f646f7bac39
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
pullrequests: handle missing revisions - especially after Git GC (Issue #176)
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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