Files @ 5cb780fd494d
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: invalidate cache for new repositories - make tests more stable if garbage has been left behind in the db

It could be argued that this should be done elsewhere in the app ...
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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