Files @ 8d01c8a72bb5
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
helpers: refactor handling of default gravatars - use explicit 'default' instead of empty string
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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