view tox.ini @ 7049:9b7eebc852d7

less: disable blue outline in navbar when tabbing through the entries in the top navbar in Chrome Bootstrap has a:focus { outline: 5px auto -webkit-focus-ring-color; } which (inconsistently) puts a blue outline that doesn't match the color scheme. For now, just disable it in the navbar.
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 12:06:18 +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}