view tox.ini @ 8431:0f3a584edcb3 stable

ini: explain how % must be escaped as %% (Issue #375) Gearbox / paste would fail with: configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(' The special handling of % is standard configparser behaviour, unless explicitly fetching raw settings.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 22 May 2020 15:10:00 +0200
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}