Files @ 104ec4bfe449
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
paster: don't retry in setup-db if repo path provided on command line is invalid
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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