view tox.ini @ 7654:0e78c9e11a72 stable

style: fix mis-aligned changeset numbers in annotation view
author Wolfgang Scherer <wolfgang.scherer@gmx.de>
date Mon, 13 May 2019 16:31:48 +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}