view tox.ini @ 8681:f66a13a8ab99

routing: move config.routing to kallithea.controllers Routing doesn't belong in config. Having it there caused unfortunate dependencies. We do routing the old way. If we did it the new way, it would be defined in the root controller. But for now, we just place it next to the root controller.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 10 Oct 2020 21:33:42 +0200
parents ab30729c735c
children
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}