Files @ 24c9b2692ae4
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
install-iis: fix failure - replace paster ensure_file with explicit file writing

ensure_file was a paster thing, not present in gearbox, and install-iis would
thus fail.

With this, install-iis has been tested to no longer crash.
[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}