view tox.ini @ 7744:b5fe8bc0b939

tests: introduce test_vcs_operations test_pull with explicit testing of pull operations and their logging
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 07 Jun 2019 03:37:14 +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}