view tox.ini @ 8736:6a90b1ebea2c

git: write Git hook files atomically Make sure we don't follow symlinks or inherit permissions from previously installed hook.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 04 Nov 2020 13:19:18 +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}