view tox.ini @ 7489:445d6875c2ee

model: comments: allow selective retrieval of inline comments Allow retrieving inline comments of only a specified file and possibly line number, by filtering at database level. This will be useful when adding more code context in comment notification emails.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 26 Dec 2018 21:39:32 +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}