view tox.ini @ 7224:7156dc8f0b6b

less: set menu colors - navbar and dropdown hover and active color This is especially important in navbar when @kallithea-theme-inverse-color isn't white. To try to keep the contrast and make it more visible what is highlighted, give it 15% tint like the background. The same colors are used for selected items in dropdown menus.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 02:10:22 +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}