view tox.ini @ 6496:89eb2b2da3c5

model: refactor listing of commenters The ChangesetComment.get_users method was only called in two places, with each call triggering independent codepaths inside the method.
author Søren Løvborg <sorenl@unity3d.com>
date Tue, 07 Feb 2017 21:16:13 +0100
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}