view tox.ini @ 7704:6104f9106a5a

auth: drop authenticating_api_key from AuthUser It doesn't belong as a user property - it is more of a session property ... which is what we already use instead.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 04 Jan 2019 03:51:45 +0100
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}