Files @ 9ec73e01e5b1
Branch filter:

Location: kallithea/tox.ini

domruf
setup: support later waitress versions

Latest version (0.9.0) seems to work and has a nice-to-have fix for coverage.py
( https://github.com/Pylons/waitress/issues/107 ).
[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}