view tox.ini @ 6987:d69d258c1403

less: use more generic selector for formatted-fixed Why should this only be usable on <div>! Also add comment.
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 00:25:37 +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}