Files @ 78bba376a508
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
login: don't crash on login POSTs without password
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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