view tox.ini @ 8055:8f4bf8b9db51

lib: let get_git_version invoke git as all other commands do, without special options There is no need for _bare or _safe. It is fine to have '-c core.quotepath=false' before '--version', and it is perfectly fine to get a RepositoryError if things go terribly wrong.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 28 Dec 2019 19:52:34 +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}