Files @ b76cdfccb5b8
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
db: name the scm_instance_cached cache entries - reduce the risk of collisions

- and same with other cache regions
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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