view tox.ini @ 6968:205daed7185b

users: remove code that is unused after most autocomplete has been switched to ajax @mention support still require _USERS_AC_DATA as a global variable.
author domruf <dominikruf@gmail.com>
date Wed, 11 Oct 2017 19:37:03 +0200
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

[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}