view tox.ini @ 8737:1089fac66e81

git: detect existing symlink hooks before overwriting - only update plain files If the existing hook is a symlink, the hook is not what we put in place, and we should stay away - no matter if it points at something that looks like a Kallithea hook.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 04 Nov 2020 13:17:27 +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}