view tox.ini @ 7098:7f571544a0ea

pullrequest: remove 'Still not reviewed by' This is redundant. You can see the same information on the right, in the list of reviewers.
author domruf <dominikruf@gmail.com>
date Wed, 19 Oct 2016 20:02:33 +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}