Files @ a79c137b1ddc
Branch filter:

Location: kallithea/tox.ini - annotation

Thomas De Schampheleire
setup: sort gearbox.commands

There did not seem to be any particular order, so alphabetical sorting seems
most appropriate.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}