Files @ d6b3839f3c83
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
js: in select2 for branches, show early matches first - this will make full branch names show up first, then other prefixes, followed by later matches
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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