view tox.ini @ 8454:d1521d421610 stable

vcs: extract get_urllib_request_handlers out of {hg,git}/repository.py Avoid some duplication between hg and git backends. A subsequent commit will need bugfixes in this area.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 22 Jul 2020 21:48:53 +0200
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}