view tox.ini @ 6590:6e11022b00f8

auth: tweak debug logging - especially don't log the full raw auth_plugins with internal reprs
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 14 Apr 2017 02:12:09 +0200
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

[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}