Files @ 781b28e55b9e
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
js: set cursor position after @mention selection

Based on work by Dominik Ruff and Stack Overflow.
[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}