view tox.ini @ 7380:bc60e907f73d

make-config: reorganize code to make it clear that --show-defaults can't be combined with custom key=value The key=value arguments could only be specified after specifying an ini file, and that couldn't be combined with --show-defaults.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 24 Sep 2018 22:37:44 +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}