Files @ 8cea7986ed79
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template

The template.ini.mako was renamed in 6c8af2d22deb when the gearbox make-config
command was introduced. 'gearbox make-config' in an installed environment would
fail without this file.
[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}