view tox.ini @ 8792:911669ac48a5

vcs: drop repo contact ... and the odd uses of it A half-baked and essentially unused hgweb feature. The reference in get_commits_stats doesn't seem reachable in any relevant use cases.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 12 Nov 2020 18:56:53 +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}