view tox.ini @ 6008:bcb807305731

db: ensure git hooks work when the repositories base path is a symlink When a Git hook starts, it thinks its repo_path is its cwd. However, if the repositories base path is a symlink to a different location, base path won't match the location of the repository where the symlink will be resolved.
author Andrew Shadura <andrew@shadura.me>
date Thu, 14 Jul 2016 14:47:38 +0200
parents b2195895bbd7
children dd676fdeda0f
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}