view tox.ini @ 7636:25bdf9f62ab6 stable

files: reduce duplication in display of file entries Avoid special casing of the 'parent directory' link (..) by extracting some logic to a helper function. This avoids duplication. A subsequent commit will make changes to this logic and by introducing this helper function we only need to change in one place.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 16 Apr 2019 20:39: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}