view tox.ini @ 6997:22a23f38e472

less: remove vertical-align: inherit for .radio-inline and .checkbox-inline The effect is minimal and I'd argue it looks even a little bit better without it.
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 20:08:31 +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}