view tox.ini @ 7154:50d3699f1af0

less: remove duplicate style entry The same change had been applied twice, both in ddba357cb1e3 and eee7674cef41.
author domruf <dominikruf@gmail.com>
date Mon, 29 Jan 2018 19:38:57 +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}