Files @ 43ee4d4d68f2
Branch filter:

Location: kallithea/tox.ini

mads
tests: refactor test_redirection_to_login_form_preserves_get_args to test more correctly

Preparing for py3.
[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}