view tox.ini @ 8418:84fd6a8d38df stable

contributors: map different names of J. Lavoie onto one Assuming the last used format is the right one.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 06 May 2020 19:57:29 +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}