view tox.ini @ 7486:088155584e2e

auth: make sure request.authuser *always* has been checked for check_ip_allowed - there is thus no need to check it later
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 26 Dec 2018 03:03:31 +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}