Files @ 7292c5976752
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
ini: simplify preservation of old settings - just keep the old line as comment

The thing about skipping mako function references is not important.
[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}