Files @ 0f9e7dbfa5d2
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
utils2: Move ask_ok out of paster_commands

The ask_ok function is still a mess and should be cleaned up ...
[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}