view tox.ini @ 8044:91103995888b

tests: fix ordering of options of "ret_type must be one of ..." returned from api Py3 would fail becauase it use another ordering.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 26 Dec 2019 05:36:00 +0100
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}