Files @ f287754980cc
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
templates: use the new gravatar_div
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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