Files @ 46db3368c2ae
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
lib: drop dbmigrate waitress check for Python 2.5 - we currently only support 2.6 and 2.7
[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}