Files @ f4dc6962f467
Branch filter:

Location: kallithea/tox.ini

domruf
templates: change the order of Pull Requests and Options in context bar

I feel like Options are semantically different, so they should stand at the end
of the list.
[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}