view tox.ini @ 7182:736f058d6172

tests: split _add_files_and_push in two In some cases it is usefull to push the data separately. For example if a test tries to push multiple times.
author domruf <dominikruf@gmail.com>
date Thu, 25 Jan 2018 22:17:00 +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}