Files @ a5ad2900985b
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
docs: tweak email documentation - add gmail example

smtp_auth is too obscure to have in the .ini template.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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