view tox.ini @ 8012:ce5d4c582a82

py3: cleanup map usage and avoid py3 ambiguity Based on 2to3 -f map ... but replace map with something more explicit (unless born and raised in a lisp world) (but sometimes slightly more verbose).
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 23 Nov 2019 23:59:28 +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}