Files @ 240d54a3091e
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
install-iis: remove import of non-existing AbstractInstallCommand

'gearbox -h' would fail to import install--is and complain:

Could not load EntryPoint.parse('install-iis = kallithea.lib.paster_commands.install_iis:Command')

AbstractInstallCommand was a paster thing, not present in gearbox ... but also
no longer used.
[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}