view tox.ini @ 7441:cf1d1239cd55

model: notification: don't round-trip via list if you want a set 'create' in NotificationModel starts from an empty list, appends entries to it, then converts it to a set. You could equally start with a set and add to it, avoiding the final conversion.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 28 Nov 2018 21:22:28 +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}