view tox.ini @ 6677:d10306a66799

hg: remove _rcpath override It is unclear what the purpose of this snippet was, and Mercurial 4.2 has no _rcpath anymore. AFAICS, since we use ui.ui() instead of ui.ui.load(), the config files are not used anyway.
author domruf <dominikruf@gmail.com>
date Tue, 06 Jun 2017 21:42:13 +0200
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

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

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}