view tox.ini @ 8279:fb70be1e6729

cli: fix '--full' option of index-create The option '-f' or '--full' is actually a flag, but the current declaration made click expect a value as argument. Instead, follow the click convention to allow --full and --no-full, to indicate it is a boolean flag, as we do in other places.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 01 Mar 2020 20:51:03 +0100
parents ab30729c735c
children
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py27-pytest

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